commit | 347fc59832d5ab4462e35de2db69386277082347 | [log] [tgz] |
---|---|---|
author | Soeren Moch <smoch@web.de> | Sat Jan 05 09:31:18 2019 +0100 |
committer | Stefano Babic <sbabic@denx.de> | Wed Jan 09 16:55:58 2019 +0100 |
tree | 1690b9eab70d944fc0c6f25d23cb447998ee2d8c | |
parent | 98a75aed07197176396a53b2ba298be723b1a688 [diff] |
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>