diff options
author | Tom Rini <trini@konsulko.com> | 2021-10-30 23:03:57 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-11-05 11:26:29 -0400 |
commit | 5523afbe4a63aa4929cfb857c874178b0c452742 (patch) | |
tree | 7c23795b85b7bbf35a481617be53afae715e45b0 /include/configs/stm32f746-disco.h | |
parent | 1616626417716e988362c908125ba574c402f831 (diff) | |
download | u-boot-5523afbe4a63aa4929cfb857c874178b0c452742.tar.gz |
Convert CONFIG_BOARD_EARLY_INIT_F et al to Kconfig
This converts the following to Kconfig:
CONFIG_BOARD_EARLY_INIT_F
CONFIG_BOARD_LATE_INIT
CONFIG_DISPLAY_BOARDINFO
CONFIG_DISPLAY_BOARDINFO_LATE
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/stm32f746-disco.h')
-rw-r--r-- | include/configs/stm32f746-disco.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/stm32f746-disco.h b/include/configs/stm32f746-disco.h index 493699e9507..2f2a349dcdc 100644 --- a/include/configs/stm32f746-disco.h +++ b/include/configs/stm32f746-disco.h @@ -42,8 +42,6 @@ "ramdisk_addr_r=0xC0438000\0" \ BOOTENV -#define CONFIG_DISPLAY_BOARDINFO - /* For SPL */ #ifdef CONFIG_SUPPORT_SPL #define CONFIG_SPL_STACK CONFIG_SYS_INIT_SP_ADDR |