From 13b3502157eaa194226c825aadaf31661ba5b96a Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Wed, 29 Apr 2026 17:07:46 -0600 Subject: [PATCH] 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 --- configs/socfpga_vining_fpga_defconfig | 1 + 1 file changed, 1 insertion(+) 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