From: Vikas Manocha <vikas.manocha@st.com>
Date: Mon, 10 Apr 2017 22:03:02 +0000 (-0700)
Subject: stm32f7: enable board info read from device tree
X-Git-Tag: v2025.01-rc5-pxa1908~7056
X-Git-Url: http://git.dujemihanovic.xyz/html/static/%7B%7B%20%24.Site.BaseURL%20%7D%7Dposts/%7B%7B%20%24style.Permalink%20%7D%7D?a=commitdiff_plain;h=a241c241cf2b08bb7905f4825e76e49944648b60;p=u-boot.git

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 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 */