diff options
author | Soeren Moch <smoch@web.de> | 2019-04-14 20:41:05 +0200 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2019-04-14 21:33:12 +0200 |
commit | e0627f77f55ea8d606cd4b0902bc47ffaad220d0 (patch) | |
tree | 0e8d2320fac85e46fff972f722b08ca5bf348751 | |
parent | afbdff18f4841b86f4ae294e1356eefa7c1565dd (diff) |
board: tbs2910: Remove CMD_FDT support in defconfig to reduce u-boot size
This fixes the build failure "u-boot.imx exceeds file size limit".
Signed-off-by: Soeren Moch <smoch@web.de>
-rw-r--r-- | configs/tbs2910_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/tbs2910_defconfig b/configs/tbs2910_defconfig index 05973eab8b..96b813d877 100644 --- a/configs/tbs2910_defconfig +++ b/configs/tbs2910_defconfig @@ -15,6 +15,7 @@ CONFIG_BOARD_EARLY_INIT_F=y CONFIG_HUSH_PARSER=y CONFIG_SYS_PROMPT="Matrix U-Boot> " CONFIG_CMD_BOOTZ=y +# CONFIG_CMD_FDT is not set CONFIG_CMD_MEMTEST=y # CONFIG_CMD_FLASH is not set CONFIG_CMD_GPIO=y |