From: Soeren Moch Date: Sun, 14 Apr 2019 18:41:05 +0000 (+0200) Subject: board: tbs2910: Remove CMD_FDT support in defconfig to reduce u-boot size X-Git-Tag: v2019.07-rc1~21^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e0627f77f55ea8d606cd4b0902bc47ffaad220d0;p=platform%2Fkernel%2Fu-boot.git 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 --- diff --git a/configs/tbs2910_defconfig b/configs/tbs2910_defconfig index 05973ea..96b813d 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