
22 Jan
2024
22 Jan
'24
1:59 p.m.
On Thu, Jan 18, 2024 at 12:06 PM Fabio Estevam festevam@gmail.com wrote:
From: Fabio Estevam festevam@denx.de
In an attempt to select ARMV8_SPL_EXCEPTION_VECTORS, the SPL size could not fit into the internal SRAM of some imx8m targets:
aarch64: + imx8mm_phg +aarch64-linux-ld.bfd: u-boot-spl section `__u_boot_list' will not fit in region `.sram' +aarch64-linux-ld.bfd: region `.sram' overflowed by 1824 bytes
Select LTO to prevent that.
Signed-off-by: Fabio Estevam festevam@denx.de
Applied only this one, thanks.