commit | d7a80fc7dec21cf5124e13888cbf239f75f59f6a | [log] [tgz] |
---|---|---|
author | Vikas Manocha <vikas.manocha@st.com> | Mon Apr 10 15:03:02 2017 -0700 |
committer | Tom Rini <trini@konsulko.com> | Mon May 08 11:57:22 2017 -0400 |
tree | 1fefa185eee7a3a42124be4827e3ef5c755bcdf4 | |
parent | b6fd9eb47abd4a51ebe61a5fd767adfedea2890d [diff] [blame] |
stm32f7: enable board info read from device tree Signed-off-by: Vikas Manocha <vikas.manocha@st.com> cc: Christophe KERELLO <christophe.kerello@st.com>
diff --git a/include/configs/stm32f746-disco.h b/include/configs/stm32f746-disco.h index 349ee3a..73a316d 100644 --- a/include/configs/stm32f746-disco.h +++ b/include/configs/stm32f746-disco.h
@@ -72,4 +72,5 @@ #define CONFIG_CMD_MEM #define CONFIG_CMD_CACHE #define CONFIG_BOARD_LATE_INIT +#define CONFIG_DISPLAY_BOARDINFO #endif /* __CONFIG_H */