aboutsummaryrefslogtreecommitdiff
path: root/configs/stm32f429-discovery_defconfig
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-08-23 15:24:14 -0400
committerTom Rini <trini@konsulko.com>2022-08-23 15:24:14 -0400
commit1247c35c80cb0f6f17c88d54c6575d6d1f50c608 (patch)
tree7e3f9a48685e110c07d3089c900e7d2998925f4e /configs/stm32f429-discovery_defconfig
parent1d323d83061fae8f94a9118b8db3384daef26216 (diff)
downloadu-boot-1247c35c80cb0f6f17c88d54c6575d6d1f50c608.zip
u-boot-1247c35c80cb0f6f17c88d54c6575d6d1f50c608.tar.gz
u-boot-1247c35c80cb0f6f17c88d54c6575d6d1f50c608.tar.bz2
configs: Resync with savedefconfig
Rsync all defconfig files using moveconfig.py Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/stm32f429-discovery_defconfig')
-rw-r--r--configs/stm32f429-discovery_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/stm32f429-discovery_defconfig b/configs/stm32f429-discovery_defconfig
index b347347..e6e595d 100644
--- a/configs/stm32f429-discovery_defconfig
+++ b/configs/stm32f429-discovery_defconfig
@@ -7,6 +7,7 @@ CONFIG_NR_DRAM_BANKS=1
CONFIG_ENV_SIZE=0x2000
CONFIG_ENV_SECT_SIZE=0x20000
CONFIG_DEFAULT_DEVICE_TREE="stm32f429-disco"
+CONFIG_SYS_PROMPT="U-Boot > "
CONFIG_STM32F4=y
CONFIG_TARGET_STM32F429_DISCOVERY=y
CONFIG_SYS_LOAD_ADDR=0x90400000
@@ -21,7 +22,6 @@ CONFIG_BOOTARGS="console=ttyS0,115200 earlyprintk consoleblank=0 ignore_loglevel
# CONFIG_DISPLAY_BOARDINFO is not set
CONFIG_MISC_INIT_R=y
CONFIG_HUSH_PARSER=y
-CONFIG_SYS_PROMPT="U-Boot > "
CONFIG_SYS_PBSIZE=1050
CONFIG_CMD_IMLS=y
# CONFIG_CMD_SETEXPR is not set