summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorTony Dinh <mibodhi@gmail.com>2023-02-02 14:16:53 -0800
committerStefan Roese <sr@denx.de>2023-02-13 10:14:50 +0100
commit0ca42c18a86dcf423e079f0d4a163c5d1c190beb (patch)
tree88519814d6df9772ee23997e6721956832e8cf2c /configs
parent3fdd09f90f829e8f4e576c65772e9c80d8930d7d (diff)
arm: kirkwood: sheevaplug: reduce u-boot image size
Sheevaplug board has 512K CONFIG_BOARD_SIZE_LIMIT. Recently, DM_SERIAL has pushed the image size a few hundred bytes over that limit. So explicitly deselect some configs that are unrelated to this board (and gain back a bit over 2K). Signed-off-by: Tony Dinh <mibodhi@gmail.com>
Diffstat (limited to 'configs')
-rw-r--r--configs/sheevaplug_defconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/configs/sheevaplug_defconfig b/configs/sheevaplug_defconfig
index cb38a3fbd5..40ab16dfa0 100644
--- a/configs/sheevaplug_defconfig
+++ b/configs/sheevaplug_defconfig
@@ -26,6 +26,11 @@ CONFIG_USE_PREBOOT=y
CONFIG_HUSH_PARSER=y
CONFIG_SYS_MAXARGS=32
CONFIG_CMD_BOOTZ=y
+# CONFIG_BOOTM_PLAN9 is not set
+# CONFIG_BOOTM_RTEMS is not set
+# CONFIG_BOOTM_VXWORKS is not set
+# CONFIG_CMD_IMI is not set
+# CONFIG_CMD_XIMG is not set
# CONFIG_CMD_FLASH is not set
CONFIG_CMD_MMC=y
CONFIG_CMD_NAND=y