summaryrefslogtreecommitdiff
path: root/include/configs/stm32f746-disco.h
diff options
context:
space:
mode:
authorVikas Manocha <vikas.manocha@st.com>2017-04-10 15:03:02 -0700
committerTom Rini <trini@konsulko.com>2017-05-08 11:57:22 -0400
commita241c241cf2b08bb7905f4825e76e49944648b60 (patch)
tree1fefa185eee7a3a42124be4827e3ef5c755bcdf4 /include/configs/stm32f746-disco.h
parent57af3cc32a7b39bc26987780fbca109e206d1c34 (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/configs/stm32f746-disco.h')
-rw-r--r--include/configs/stm32f746-disco.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/stm32f746-disco.h b/include/configs/stm32f746-disco.h
index 349ee3af89..73a316d806 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 */