Convert CONFIG_USE_PREBOOT and CONFIG_PREBOOT to Kconfig
[platform/kernel/u-boot.git] / configs / bcm7445_defconfig
1 CONFIG_ARM=y
2 CONFIG_ARCH_BCMSTB=y
3 CONFIG_SYS_TEXT_BASE=0x80100000
4 CONFIG_TARGET_BCM7445=y
5 CONFIG_NR_DRAM_BANKS=3
6 CONFIG_FIT=y
7 CONFIG_FIT_SIGNATURE=y
8 CONFIG_BOOTDELAY=1
9 CONFIG_USE_PREBOOT=y
10 CONFIG_PREBOOT="fdt addr ${fdtcontroladdr};fdt move ${fdtcontroladdr} ${fdtsaveaddr};fdt addr ${fdtsaveaddr};"
11 CONFIG_HUSH_PARSER=y
12 CONFIG_SYS_PROMPT="U-Boot>"
13 CONFIG_CMD_SF=y
14 CONFIG_CMD_SF_TEST=y
15 CONFIG_CMD_SPI=y
16 CONFIG_OF_PRIOR_STAGE=y
17 CONFIG_ENV_IS_IN_SPI_FLASH=y
18 CONFIG_DM_MMC=y
19 CONFIG_MMC_SDHCI=y
20 CONFIG_MMC_SDHCI_BCMSTB=y
21 CONFIG_DM_SPI_FLASH=y
22 CONFIG_SPI_FLASH=y
23 CONFIG_SPI=y
24 CONFIG_DM_SPI=y
25 CONFIG_BCMSTB_SPI=y
26 # CONFIG_EFI_LOADER is not set