summaryrefslogtreecommitdiff
path: root/configs/tbs2910_defconfig
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2019-11-02 21:43:06 +0300
committerTom Rini <trini@konsulko.com>2019-11-04 03:28:37 +0300
commit9c17ad33fe3ec5ca9ce039db13ccf2e66d74d23b (patch)
tree45219fbc2370b0a1db1c771acbe88ea2d7d9d9d6 /configs/tbs2910_defconfig
parent61e8f2985bd977775d864e44f7807fd1932192e5 (diff)
downloadu-boot-9c17ad33fe3ec5ca9ce039db13ccf2e66d74d23b.tar.xz
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. Acked-by: Stefano Babic <sbabic@denx.de> Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/tbs2910_defconfig')
-rw-r--r--configs/tbs2910_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/tbs2910_defconfig b/configs/tbs2910_defconfig
index 42e6f58eee..ba29b7144d 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