diff options
author | Patrice Chotard <patrice.chotard@foss.st.com> | 2021-02-24 13:38:19 +0100 |
---|---|---|
committer | Patrice Chotard <patrice.chotard@foss.st.com> | 2021-03-12 10:57:10 +0100 |
commit | 92baaada1a9b9a2876e383d4985f07fefa4d513d (patch) | |
tree | 47ee37db10279dd9085a3afe6247f9fd561a28c0 /configs/stm32f429-discovery_defconfig | |
parent | 9f97193616f1fa2a9983ef3f846d5e5b42bc97a6 (diff) | |
download | u-boot-92baaada1a9b9a2876e383d4985f07fefa4d513d.tar.gz u-boot-92baaada1a9b9a2876e383d4985f07fefa4d513d.tar.xz u-boot-92baaada1a9b9a2876e383d4985f07fefa4d513d.zip |
configs: stm32: Remove BOARD_EARLY_INIT_F and BOARD_LATE_INIT for stm32 boards
These flags was defined and callbacks linked to these flags are empty
and only returning 0.
Remove BOARD_EARLY_INIT_F and BOARD_LATE_INIT flags for these stm32 boards.
Signed-off-by: Patrice Chotard <patrice.chotard@foss.st.com>
Reviewed-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
Diffstat (limited to 'configs/stm32f429-discovery_defconfig')
-rw-r--r-- | configs/stm32f429-discovery_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/stm32f429-discovery_defconfig b/configs/stm32f429-discovery_defconfig index 99bf64ace5..a1721fddfd 100644 --- a/configs/stm32f429-discovery_defconfig +++ b/configs/stm32f429-discovery_defconfig @@ -14,7 +14,6 @@ CONFIG_USE_BOOTARGS=y CONFIG_BOOTARGS="console=ttyS0,115200 earlyprintk consoleblank=0 ignore_loglevel" # CONFIG_DISPLAY_CPUINFO is not set # CONFIG_DISPLAY_BOARDINFO is not set -CONFIG_BOARD_EARLY_INIT_F=y CONFIG_MISC_INIT_R=y CONFIG_HUSH_PARSER=y CONFIG_SYS_PROMPT="U-Boot > " |