Skip to content

Commit

Permalink
tbs2910: Disable Plan9/RTEMS bootm support
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Tom Rini <[email protected]>
  • Loading branch information
trini committed Nov 4, 2019
1 parent 61e8f29 commit 9c17ad3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions configs/tbs2910_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9c17ad3

Please sign in to comment.