mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
37304aaf60
This converts the following to Kconfig: CONFIG_USE_PREBOOT CONFIG_PREBOOT Both are together in one commit, since otherwise the former causes kconfig to define the latter, which gives duplicate symbol errors. Includes a manual fixup for CONFIG_PREBOOT in ids8313_defconfig since the backslash lands in the wrong place. Similarly with socfpga_vining_fpga. Signed-off-by: Simon Glass <sjg@chromium.org>
19 lines
511 B
Text
19 lines
511 B
Text
CONFIG_ARM=y
|
|
CONFIG_ARCH_BCMSTB=y
|
|
CONFIG_SYS_TEXT_BASE=0x10100000
|
|
CONFIG_TARGET_BCM7260=y
|
|
CONFIG_NR_DRAM_BANKS=1
|
|
CONFIG_FIT=y
|
|
CONFIG_FIT_SIGNATURE=y
|
|
CONFIG_BOOTDELAY=1
|
|
CONFIG_USE_PREBOOT=y
|
|
CONFIG_PREBOOT="fdt addr ${fdtcontroladdr};fdt move ${fdtcontroladdr} ${fdtsaveaddr};fdt addr ${fdtsaveaddr};"
|
|
CONFIG_HUSH_PARSER=y
|
|
CONFIG_SYS_PROMPT="U-Boot>"
|
|
CONFIG_EFI_PARTITION=y
|
|
CONFIG_OF_PRIOR_STAGE=y
|
|
CONFIG_ENV_IS_IN_MMC=y
|
|
CONFIG_DM_MMC=y
|
|
CONFIG_MMC_SDHCI=y
|
|
CONFIG_MMC_SDHCI_BCMSTB=y
|
|
# CONFIG_EFI_LOADER is not set
|