[U-Boot] [PATCH] board: tbs2910: Remove CMD_FDT support in defconfig to reduce u-boot size

14 Apr
2019
14 Apr
'19
8:41 p.m.
This fixes the build failure "u-boot.imx exceeds file size limit".
Signed-off-by: Soeren Moch smoch@web.de --- Cc: Stefano Babic sbabic@denx.de Cc: u-boot@lists.denx.de --- configs/tbs2910_defconfig | 1 + 1 file changed, 1 insertion(+)
diff --git a/configs/tbs2910_defconfig b/configs/tbs2910_defconfig index 4d755c88c3..8c20c7b4b7 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 -- 2.17.1
2217
Age (days ago)
2217
Last active (days ago)
0 comments
1 participants
participants (1)
-
Soeren Moch