]> Git Repo - J-u-boot.git/commit
configs: mx6sabresd: Reduce SPL size by disabling DOS, EXT and EFI support
authorAbel Vesa <[email protected]>
Fri, 1 Feb 2019 16:40:25 +0000 (16:40 +0000)
committerStefano Babic <[email protected]>
Fri, 15 Feb 2019 21:01:15 +0000 (22:01 +0100)
commitc2a3d261f4aa0b97e623469459460e184b3c878e
treec0b9031895a81254b305bf41ec94cb15147eeb7c
parent6b0c174d5245986506f5fb7f2ffe6f1e01278367
configs: mx6sabresd: Reduce SPL size by disabling DOS, EXT and EFI support

With DM and FIT enabled in SPL, there is an sram overflow. By disabling
CONFIG_SPL_DOS_PARTITION, CONFIG_SPL_EXT_SUPPORT and
CONFIG_SPL_EFI_PARTITION, we get to keep the 'one binary to fit all'
for imx6[q|qp|dl] on sabresd since the final SPL image is now under 64KB.

Signed-off-by: Abel Vesa <[email protected]>
Reviewed-by: Fabio Estevam <[email protected]>
configs/mx6sabresd_defconfig
This page took 0.028509 seconds and 4 git commands to generate.