mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-29 08:01:08 +00:00
e084fd922f
EFI is not needed on x600. So lets remove the EFI support to make it fit into the 0x60000 image size limit again. Signed-off-by: Stefan Roese <sr@denx.de>
25 lines
568 B
Text
25 lines
568 B
Text
CONFIG_ARM=y
|
|
CONFIG_TARGET_X600=y
|
|
CONFIG_SPL=y
|
|
CONFIG_HUSH_PARSER=y
|
|
CONFIG_SYS_PROMPT="X600> "
|
|
CONFIG_AUTOBOOT_KEYED=y
|
|
CONFIG_AUTOBOOT_PROMPT="Hit SPACE in %d seconds to stop autoboot.\n"
|
|
CONFIG_AUTOBOOT_STOP_STR=" "
|
|
CONFIG_LOOPW=y
|
|
CONFIG_CMD_I2C=y
|
|
CONFIG_CMD_USB=y
|
|
CONFIG_CMD_GPIO=y
|
|
# CONFIG_CMD_SETEXPR is not set
|
|
CONFIG_CMD_DHCP=y
|
|
CONFIG_CMD_MII=y
|
|
CONFIG_CMD_PING=y
|
|
CONFIG_CMD_CACHE=y
|
|
CONFIG_CMD_FAT=y
|
|
CONFIG_CMD_FS_GENERIC=y
|
|
CONFIG_SYS_I2C_DW=y
|
|
CONFIG_NETDEVICES=y
|
|
CONFIG_ETH_DESIGNWARE=y
|
|
CONFIG_USE_TINY_PRINTF=y
|
|
CONFIG_OF_LIBFDT=y
|
|
# CONFIG_EFI_LOADER is not set
|