]> git.ipfire.org Git - thirdparty/u-boot.git/commit - configs/mx6sabresd_defconfig
configs: mx6sabresd: Reduce SPL size by disabling DOS, EXT and EFI support
authorAbel Vesa <abel.vesa@nxp.com>
Fri, 1 Feb 2019 16:40:25 +0000 (16:40 +0000)
committerStefano Babic <sbabic@denx.de>
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 <abel.vesa@nxp.com>
Reviewed-by: Fabio Estevam <festevam@gmail.com>
configs/mx6sabresd_defconfig