commit | 8ebd8f5d65a112136ff4cef0d19b37af1148a018 | [log] [tgz] |
---|---|---|
author | Fabio Estevam <festevam@denx.de> | Thu Jan 18 12:06:39 2024 -0300 |
committer | Fabio Estevam <festevam@gmail.com> | Mon Jan 22 08:38:32 2024 -0300 |
tree | 17e56359c69ad791b3d8cc2cad3e595d48b2ed51 | |
parent | e18e3bec0b3cd817f5eaf9e8e6fcf598d754ac76 [diff] |
imx8m: Enable LTO by default 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> Reviewed-by: Marek Vasut <marex@denx.de>