mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 07:34:31 +00:00
a5d67547dd
This converts the following to Kconfig: CONFIG_BOARD_EARLY_INIT_F Signed-off-by: Simon Glass <sjg@chromium.org>
15 lines
393 B
Text
15 lines
393 B
Text
CONFIG_ARM=y
|
|
CONFIG_STM32=y
|
|
CONFIG_STM32F4=y
|
|
CONFIG_TARGET_STM32F429_DISCOVERY=y
|
|
# CONFIG_MMC is not set
|
|
CONFIG_BOOTDELAY=3
|
|
# CONFIG_DISPLAY_CPUINFO is not set
|
|
# CONFIG_DISPLAY_BOARDINFO is not set
|
|
CONFIG_BOARD_EARLY_INIT_F=y
|
|
CONFIG_HUSH_PARSER=y
|
|
CONFIG_SYS_PROMPT="U-Boot > "
|
|
# CONFIG_CMD_BOOTEFI_HELLO_COMPILE is not set
|
|
# CONFIG_CMD_SETEXPR is not set
|
|
CONFIG_CMD_TIMER=y
|
|
CONFIG_OF_LIBFDT=y
|