From: Marek Vasut Date: Thu, 22 Dec 2022 21:13:12 +0000 (+0100) Subject: ARM: renesas: Enable LTO on R-Car3 Condor X-Git-Url: http://git.dujemihanovic.xyz/img/sics.gif?a=commitdiff_plain;h=0d408d32d5af405fe699cd8af3fee3b77b2288fe;p=u-boot.git ARM: renesas: Enable LTO on R-Car3 Condor Enable LTO (link time optimization) to improve optimization and reduce code size by cca. 32 kiB. Signed-off-by: Marek Vasut --- diff --git a/configs/r8a77980_condor_defconfig b/configs/r8a77980_condor_defconfig index 1983c8a2db..b316a99827 100644 --- a/configs/r8a77980_condor_defconfig +++ b/configs/r8a77980_condor_defconfig @@ -14,6 +14,7 @@ CONFIG_SPL_TEXT_BASE=0xe6318000 CONFIG_RCAR_GEN3=y CONFIG_TARGET_CONDOR=y CONFIG_SYS_LOAD_ADDR=0x58000000 +CONFIG_LTO=y CONFIG_REMAKE_ELF=y CONFIG_SYS_MONITOR_LEN=1048576 CONFIG_FIT=y