mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
f95b8a4b5f
vexpress_ca15_tc2_defconfig and vexpress_ca9x4_defconfig do not provide device trees (as $fdtcontroladdr) as needed to pass our Travis CI tests. As we are on the move to requiring block devices to be based on the driver model these boards either will have to be converted to use device trees or will be kicked out of U-Boot. So let's disable CONFIG_EFI_LOADER on these boards until the device tree issue is resolved. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
35 lines
963 B
Text
35 lines
963 B
Text
CONFIG_ARM=y
|
|
CONFIG_TARGET_VEXPRESS_CA15_TC2=y
|
|
CONFIG_SYS_TEXT_BASE=0x80800000
|
|
CONFIG_DISTRO_DEFAULTS=y
|
|
CONFIG_NR_DRAM_BANKS=2
|
|
CONFIG_OF_BOARD_SETUP=y
|
|
CONFIG_BOOTCOMMAND="run distro_bootcmd; run bootflash"
|
|
# CONFIG_DISPLAY_CPUINFO is not set
|
|
# CONFIG_DISPLAY_BOARDINFO is not set
|
|
# CONFIG_CMD_CONSOLE is not set
|
|
# CONFIG_CMD_BOOTD is not set
|
|
# CONFIG_CMD_XIMG is not set
|
|
# CONFIG_CMD_EDITENV is not set
|
|
# CONFIG_CMD_LOADB is not set
|
|
# CONFIG_CMD_LOADS is not set
|
|
CONFIG_CMD_MMC=y
|
|
# CONFIG_CMD_ITEST is not set
|
|
# CONFIG_CMD_SETEXPR is not set
|
|
# CONFIG_CMD_NFS is not set
|
|
# CONFIG_CMD_MISC is not set
|
|
CONFIG_CMD_UBI=y
|
|
CONFIG_ENV_IS_IN_FLASH=y
|
|
CONFIG_MTD_NOR_FLASH=y
|
|
CONFIG_MTD_DEVICE=y
|
|
CONFIG_FLASH_CFI_DRIVER=y
|
|
CONFIG_SYS_FLASH_USE_BUFFER_WRITE=y
|
|
CONFIG_SYS_FLASH_PROTECTION=y
|
|
CONFIG_SYS_FLASH_CFI=y
|
|
CONFIG_SMC911X=y
|
|
CONFIG_SMC911X_BASE=0x1a000000
|
|
CONFIG_SMC911X_32_BIT=y
|
|
CONFIG_BAUDRATE=38400
|
|
CONFIG_CONS_INDEX=0
|
|
CONFIG_OF_LIBFDT=y
|
|
# CONFIG_EFI_LOADER is not set
|