X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=configs%2Fstm32f429-discovery_defconfig;h=a61601fa0d3b74e87ade5cf17744552d552fd0ed;hb=8ccf98b1cfd2811e3121c719e294bdd8ebab1c45;hp=df6183914413c701c48447248fb5e1454e3c62f8;hpb=a8d052b5004b3180b9d28567922acd1b62f9cb15;p=platform%2Fkernel%2Fu-boot.git diff --git a/configs/stm32f429-discovery_defconfig b/configs/stm32f429-discovery_defconfig index df61839..a61601f 100644 --- a/configs/stm32f429-discovery_defconfig +++ b/configs/stm32f429-discovery_defconfig @@ -1,16 +1,27 @@ 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_MMC is not set +CONFIG_DEFAULT_DEVICE_TREE="stm32f429-disco" +CONFIG_ENV_VARS_UBOOT_CONFIG=y +CONFIG_NR_DRAM_BANKS=1 CONFIG_BOOTDELAY=3 +CONFIG_USE_BOOTARGS=y +CONFIG_BOOTARGS="console=ttyS0,115200 earlyprintk consoleblank=0 ignore_loglevel" +CONFIG_MISC_INIT_R=y # 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_IMLS=y # CONFIG_CMD_SETEXPR is not set CONFIG_CMD_TIMER=y +CONFIG_OF_CONTROL=y +CONFIG_OF_EMBED=y +CONFIG_ENV_IS_IN_FLASH=y +# CONFIG_MMC is not set CONFIG_MTD_NOR_FLASH=y -CONFIG_OF_LIBFDT=y