tbs2910: Disable Plan9/RTEMS bootm support
authorTom Rini <trini@konsulko.com>
Sun, 3 Nov 2019 12:41:12 +0000 (07:41 -0500)
committerStefano Babic <sbabic@denx.de>
Sun, 3 Nov 2019 20:18:00 +0000 (21:18 +0100)
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>
configs/tbs2910_defconfig

index 42e6f58..ba29b71 100644 (file)
@@ -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