aboutsummaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2019-11-03 07:41:12 -0500
committerStefano Babic <sbabic@denx.de>2019-11-03 21:18:00 +0100
commitb947dd8fc6f78e34f2d0ab03aa08510b03f85ed2 (patch)
tree904a87d630df396b2e2f69bce3500e36c3b313b3 /configs
parenteef72440dbe83b7f1875507505911022e799e709 (diff)
downloadu-boot-b947dd8fc6f78e34f2d0ab03aa08510b03f85ed2.zip
u-boot-b947dd8fc6f78e34f2d0ab03aa08510b03f85ed2.tar.gz
u-boot-b947dd8fc6f78e34f2d0ab03aa08510b03f85ed2.tar.bz2
tbs2910: Disable Plan9/RTEMS bootm support
We have once again reached a point where this board does not build in some cases with supported toolchains due to reaching a size constraint. To regain some space, disable support for Plan 9 / RTEMS images with the bootm command. Signed-off-by: Tom Rini <trini@konsulko.com> Acked-by: Stefano Babic <sbabic@denx.de>
Diffstat (limited to 'configs')
-rw-r--r--configs/tbs2910_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/tbs2910_defconfig b/configs/tbs2910_defconfig
index 42e6f58..ba29b71 100644
--- a/configs/tbs2910_defconfig
+++ b/configs/tbs2910_defconfig
@@ -17,6 +17,8 @@ CONFIG_BOARD_EARLY_INIT_F=y
CONFIG_HUSH_PARSER=y
CONFIG_SYS_PROMPT="Matrix U-Boot> "
CONFIG_CMD_BOOTZ=y
+# CONFIG_BOOTM_PLAN9 is not set
+# CONFIG_BOOTM_RTEMS is not set
# CONFIG_CMD_FDT is not set
CONFIG_CMD_MEMTEST=y
# CONFIG_CMD_FLASH is not set