From mboxrd@z Thu Jan 1 00:00:00 1970 From: Fabio Estevam Date: Sat, 2 Feb 2019 07:49:16 -0200 Subject: [U-Boot] [PATCH v4 20/20] configs: mx6sabresd: Reduce SPL size by disabling DOS, EXT and EFI support In-Reply-To: <1549039198-16674-21-git-send-email-abel.vesa@nxp.com> References: <1549039198-16674-1-git-send-email-abel.vesa@nxp.com> <1549039198-16674-21-git-send-email-abel.vesa@nxp.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Fri, Feb 1, 2019 at 2:50 PM Abel Vesa wrote: > > 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 Reviewed-by: Fabio Estevam