From: Tom Rini Date: Wed, 29 Apr 2026 23:07:46 +0000 (-0600) Subject: socfpga: vining: Enable LTO X-Git-Tag: v2026.07-rc2~38 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=13b3502157eaa194226c825aadaf31661ba5b96a;p=thirdparty%2Fu-boot.git socfpga: vining: Enable LTO This platform is often close to the binary size limit and minor changes lead to exceeding image size. Enable LTO for this platform. Signed-off-by: Tom Rini --- Cc: Marek Vasut Cc: Tien Fong Chee --- diff --git a/configs/socfpga_vining_fpga_defconfig b/configs/socfpga_vining_fpga_defconfig index f698b86e59f..a280869e208 100644 --- a/configs/socfpga_vining_fpga_defconfig +++ b/configs/socfpga_vining_fpga_defconfig @@ -16,6 +16,7 @@ CONFIG_SPL_TEXT_BASE=0xFFFF0000 CONFIG_SYS_BOOTM_LEN=0x2000000 CONFIG_TARGET_SOCFPGA_SOFTING_VINING_FPGA=y CONFIG_ENV_OFFSET_REDUND=0x110000 +CONFIG_LTO=y CONFIG_TIMESTAMP=y CONFIG_FIT=y CONFIG_DISTRO_DEFAULTS=y