diff options
author | Vikas Manocha | 2017-04-10 15:03:02 -0700 |
---|---|---|
committer | Tom Rini | 2017-05-08 11:57:22 -0400 |
commit | a241c241cf2b08bb7905f4825e76e49944648b60 (patch) | |
tree | 1fefa185eee7a3a42124be4827e3ef5c755bcdf4 /include | |
parent | 57af3cc32a7b39bc26987780fbca109e206d1c34 (diff) |
stm32f7: enable board info read from device tree
Signed-off-by: Vikas Manocha <vikas.manocha@st.com>
cc: Christophe KERELLO <christophe.kerello@st.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/stm32f746-disco.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/stm32f746-disco.h b/include/configs/stm32f746-disco.h index 349ee3af89e..73a316d8066 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 */ |