projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
afbdff1
)
board: tbs2910: Remove CMD_FDT support in defconfig to reduce u-boot size
author
Soeren Moch
<smoch@web.de>
Sun, 14 Apr 2019 18:41:05 +0000
(20:41 +0200)
committer
Stefano Babic
<sbabic@denx.de>
Sun, 14 Apr 2019 19:33:12 +0000
(21:33 +0200)
This fixes the build failure "u-boot.imx exceeds file size limit".
Signed-off-by: Soeren Moch <smoch@web.de>
configs/tbs2910_defconfig
patch
|
blob
|
history
diff --git
a/configs/tbs2910_defconfig
b/configs/tbs2910_defconfig
index 05973eab8b1197608dd364dbbac16962d718a77d..96b813d8770e0213c9852e849f06b31374eac453 100644
(file)
--- 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