summaryrefslogtreecommitdiff
path: root/include/configs/stm32h743-disco.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2020-05-26 15:06:19 -0400
committerTom Rini <trini@konsulko.com>2020-06-04 18:10:02 -0400
commit68ff2343311cec25d6cae056445a61964a56f531 (patch)
tree9bc4a6a163a3eec1b3565097e83df82f45b8ecae /include/configs/stm32h743-disco.h
parente985eb14ac5cff260321519a309f540909b77c16 (diff)
Convert CONFIG_BOARD_LATE_INIT to Kconfig
This converts the following to Kconfig: CONFIG_BOARD_LATE_INIT Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/stm32h743-disco.h')
-rw-r--r--include/configs/stm32h743-disco.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/stm32h743-disco.h b/include/configs/stm32h743-disco.h
index 71d6ab0c4e..afc98ae791 100644
--- a/include/configs/stm32h743-disco.h
+++ b/include/configs/stm32h743-disco.h
@@ -45,6 +45,4 @@
"ramdisk_addr_r=0xD0438000\0" \
BOOTENV
-#define CONFIG_BOARD_LATE_INIT
-
#endif /* __CONFIG_H */