diff options
Diffstat (limited to 'configs/stm32f469-discovery_defconfig')
-rw-r--r-- | configs/stm32f469-discovery_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/stm32f469-discovery_defconfig b/configs/stm32f469-discovery_defconfig index a171e52b25..d13794e420 100644 --- a/configs/stm32f469-discovery_defconfig +++ b/configs/stm32f469-discovery_defconfig @@ -10,9 +10,9 @@ CONFIG_DEFAULT_DEVICE_TREE="stm32f469-disco" CONFIG_DISTRO_DEFAULTS=y CONFIG_BOOTDELAY=3 # CONFIG_USE_BOOTCOMMAND is not set -CONFIG_MISC_INIT_R=y # CONFIG_DISPLAY_CPUINFO is not set CONFIG_BOARD_EARLY_INIT_F=y +CONFIG_MISC_INIT_R=y CONFIG_SYS_PROMPT="U-Boot > " CONFIG_CMD_IMLS=y CONFIG_CMD_GPT=y |