X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=configs%2Fstm32f429-discovery_defconfig;h=7ec3646fb1309cd565c0f3d766d495eb89bc9757;hb=86271b3f29903437a1f1de7625963b1878601c39;hp=ec67aad810eaaf22d793db615d85a6c6b0e46a45;hpb=aea0af8993446505043687fe3751cb34a2b8dead;p=u-boot diff --git a/configs/stm32f429-discovery_defconfig b/configs/stm32f429-discovery_defconfig index ec67aad810..7ec3646fb1 100644 --- a/configs/stm32f429-discovery_defconfig +++ b/configs/stm32f429-discovery_defconfig @@ -1,9 +1,11 @@ CONFIG_ARM=y CONFIG_STM32=y +CONFIG_SYS_TEXT_BASE=0x08000000 CONFIG_SYS_MALLOC_F_LEN=0xF00 CONFIG_STM32F4=y CONFIG_TARGET_STM32F429_DISCOVERY=y CONFIG_DEFAULT_DEVICE_TREE="stm32f429-disco" +CONFIG_ENV_VARS_UBOOT_CONFIG=y CONFIG_BOOTDELAY=3 CONFIG_USE_BOOTARGS=y CONFIG_BOOTARGS="console=ttyS0,115200 earlyprintk consoleblank=0 ignore_loglevel"