summaryrefslogtreecommitdiff
path: root/include/configs/stm32f746-disco.h
diff options
context:
space:
mode:
authorVikas Manocha <vikas.manocha@st.com>2017-04-10 15:03:00 -0700
committerTom Rini <trini@konsulko.com>2017-05-08 11:57:21 -0400
commit2f80a9f72ecf4cfee68279a45e3c155f6516faa1 (patch)
tree20decea52c6dcf8052e6eb8a48cb1596d93f4615 /include/configs/stm32f746-disco.h
parent280057bd7dd623420b2d8b383fe5bbe26820bc93 (diff)
stm32f746: to switch on user LED1 & read user button
All discovery boards have one user button & one user LED. Here we are just reading the button status & switching ON the user LED. 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 e917ba9162..48ac4413e0 100644
--- a/include/configs/stm32f746-disco.h
+++ b/include/configs/stm32f746-disco.h
@@ -75,4 +75,5 @@
#define CONFIG_CMD_MEM
#define CONFIG_CMD_CACHE
+#define CONFIG_BOARD_LATE_INIT
#endif /* __CONFIG_H */