mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-12 07:57:21 +00:00
1210957304
Change the configured serial console index to reflect that it is the first physical UART, reorder some defconfig lines and move some environment configuration from bcmstb.h to bcm7445.h. Signed-off-by: Thomas Fitzsimmons <fitzsim@fitzsim.org> Cc: Florian Fainelli <f.fainelli@gmail.com>
21 lines
445 B
Text
21 lines
445 B
Text
CONFIG_ARM=y
|
|
CONFIG_ARCH_BCMSTB=y
|
|
CONFIG_SYS_TEXT_BASE=0x80100000
|
|
CONFIG_TARGET_BCM7445=y
|
|
CONFIG_NR_DRAM_BANKS=3
|
|
CONFIG_FIT=y
|
|
CONFIG_FIT_SIGNATURE=y
|
|
CONFIG_BOOTDELAY=1
|
|
CONFIG_HUSH_PARSER=y
|
|
CONFIG_SYS_PROMPT="U-Boot>"
|
|
CONFIG_OF_PRIOR_STAGE=y
|
|
CONFIG_ENV_IS_IN_SPI_FLASH=y
|
|
CONFIG_MMC_SDHCI=y
|
|
CONFIG_MMC_SDHCI_BCMSTB=y
|
|
CONFIG_CONS_INDEX=1
|
|
CONFIG_EFI_LOADER=n
|
|
CONFIG_SPI=y
|
|
CONFIG_SPI_FLASH=y
|
|
CONFIG_DM_SPI=y
|
|
CONFIG_DM_SPI_FLASH=y
|
|
CONFIG_BCMSTB_SPI=y
|