commit | 8e01914a49050e18305be1121b8b1fff58957aa5 | [log] [tgz] |
---|---|---|
author | Abel Vesa <abel.vesa@nxp.com> | Fri Feb 01 16:40:25 2019 +0000 |
committer | Stefano Babic <sbabic@denx.de> | Fri Feb 15 22:01:15 2019 +0100 |
tree | c0b9031895a81254b305bf41ec94cb15147eeb7c | |
parent | b333fbc2e7587f8ef1ebc0be97f1f7d943739157 [diff] |
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>