summaryrefslogtreecommitdiff
path: root/configs/vexpress_aemv8a_semi_defconfig
diff options
context:
space:
mode:
authorAndre Przywara <andre.przywara@arm.com>2022-03-04 16:30:15 +0000
committerTom Rini <trini@konsulko.com>2022-04-01 14:59:15 -0400
commit168e815d258c410e191107bceecc426557474be2 (patch)
treef784b6ab018d444b2c7962db2cb9b3f91709327c /configs/vexpress_aemv8a_semi_defconfig
parent8a0a8ff52c1681a3cde8568cb6e252b9a98fdf06 (diff)
downloadu-boot-168e815d258c410e191107bceecc426557474be2.tar.gz
vexpress64: defconfigs: allow default commands
Right now the defconfig the Arm VExpress64 boards disables quite some standard commands, for apparently no good reasons (as image size is hardly a concern here). Remove the lines explicitly disabling those features, leaving it to the U-Boot default settings to set them. Signed-off-by: Andre Przywara <andre.przywara@arm.com>
Diffstat (limited to 'configs/vexpress_aemv8a_semi_defconfig')
-rw-r--r--configs/vexpress_aemv8a_semi_defconfig9
1 files changed, 0 insertions, 9 deletions
diff --git a/configs/vexpress_aemv8a_semi_defconfig b/configs/vexpress_aemv8a_semi_defconfig
index 0834c6f368..eca61764ba 100644
--- a/configs/vexpress_aemv8a_semi_defconfig
+++ b/configs/vexpress_aemv8a_semi_defconfig
@@ -12,21 +12,12 @@ CONFIG_BOOTDELAY=1
CONFIG_USE_BOOTARGS=y
CONFIG_BOOTARGS="console=ttyAMA0 earlycon=pl011,0x1c090000 debug user_debug=31 loglevel=9"
# CONFIG_DISPLAY_CPUINFO is not set
-# CONFIG_DISPLAY_BOARDINFO is not set
CONFIG_SYS_PROMPT="VExpress64# "
-# CONFIG_CMD_CONSOLE is not set
CONFIG_CMD_ABOOTIMG=y
-# CONFIG_CMD_XIMG is not set
-# CONFIG_CMD_EDITENV is not set
CONFIG_CMD_MEMTEST=y
CONFIG_CMD_ARMFLASH=y
-# CONFIG_CMD_LOADS is not set
-# CONFIG_CMD_ITEST is not set
-# CONFIG_CMD_SETEXPR is not set
CONFIG_BOOTP_BOOTFILESIZE=y
-# CONFIG_CMD_NFS is not set
CONFIG_CMD_CACHE=y
-# CONFIG_CMD_SLEEP is not set
CONFIG_CMD_UBI=y
# CONFIG_MMC is not set
CONFIG_MTD=y