• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Revision72bc93e1ef20cf0da31155ad164817799fe5f01b (tree)
Time2019-01-10 00:55:58
AuthorSoeren Moch <smoch@web....>
CommiterStefano Babic

Log Message

board: tbs2910: Remove FIT support in defconfig to reduce u-boot size

The current defconfig build generates a u-boot.imx file that is too large
for the available space on a eMMC/SD card. Installing this file overwrites
the u-boot environment. So disable the unused FIT support to reduce the
size of the u-boot binary.

Signed-off-by: Soeren Moch <smoch@web.de>

Change Summary

Incremental Difference

--- a/configs/tbs2910_defconfig
+++ b/configs/tbs2910_defconfig
@@ -5,7 +5,6 @@ CONFIG_SYS_TEXT_BASE=0x17800000
55 CONFIG_TARGET_TBS2910=y
66 CONFIG_CMD_HDMIDETECT=y
77 CONFIG_NR_DRAM_BANKS=1
8-CONFIG_FIT=y
98 CONFIG_BOOTDELAY=3
109 CONFIG_PRE_CONSOLE_BUFFER=y
1110 CONFIG_PRE_CON_BUF_ADDR=0x7c000000