
25 May
2019
25 May
'19
12:36 a.m.
On Fri, 2019-05-24 at 18:41 -0300, Fabio Estevam wrote:
Hi Ezequiel,
On Fri, May 24, 2019 at 6:31 PM Ezequiel Garcia ezequiel@collabora.com wrote:
Since we care about the SPL size, is there any reason why we have CONFIG_SPL_FS_EXT4?
AFAICS, u-boot.img is not on a filesystem, so why do we need ext2/3/4?
Yes, I will remove CONFIG_SPL_FS_EXT4 and CONFIG_SPL_I2C_SUPPORT=y in my next round of patches to reduce SPL size on mx6sabresd.
Perhaps instead of per-board, we can check the MX6 lot.
PS: Not needed on Wandboard either, and I found a way to move to TINY_MMC. Interestingly, and as we would expect, turning off EXT had more impact.