From d2430ade97c690f3d839e7182d83cc29caa44f55 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Tue, 28 Mar 2023 14:54:50 -0400 Subject: [PATCH] smartweb: Enable LTO In order to prepare for slight size growth due to reworking linker list support, enable LTO here to save more space again. Signed-off-by: Tom Rini Reviewed-by: Heiko Schocher --- configs/smartweb_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/smartweb_defconfig b/configs/smartweb_defconfig index 4cbdab0b37..836e0c002d 100644 --- a/configs/smartweb_defconfig +++ b/configs/smartweb_defconfig @@ -24,6 +24,7 @@ CONFIG_SPL_SYS_MALLOC_F_LEN=0x400 CONFIG_SPL=y CONFIG_ENV_OFFSET_REDUND=0x180000 CONFIG_SYS_LOAD_ADDR=0x22000000 +CONFIG_LTO=y CONFIG_FIT=y CONFIG_NAND_BOOT=y CONFIG_BOOTDELAY=3 -- 2.39.5