From 92f00cc26c49df1f87367efe8bf9949781dc25cf Mon Sep 17 00:00:00 2001 From: Marek Vasut Date: Thu, 22 Dec 2022 22:13:13 +0100 Subject: [PATCH] ARM: renesas: Enable LTO on R-Car3 Ebisu Enable LTO (link time optimization) to improve optimization and reduce code size by cca. 34 kiB. Signed-off-by: Marek Vasut --- configs/r8a77990_ebisu_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/r8a77990_ebisu_defconfig b/configs/r8a77990_ebisu_defconfig index fe2a38da99..00337e07ee 100644 --- a/configs/r8a77990_ebisu_defconfig +++ b/configs/r8a77990_ebisu_defconfig @@ -13,6 +13,7 @@ CONFIG_SPL_TEXT_BASE=0xe6318000 CONFIG_RCAR_GEN3=y CONFIG_TARGET_EBISU=y CONFIG_SYS_LOAD_ADDR=0x58000000 +CONFIG_LTO=y CONFIG_REMAKE_ELF=y CONFIG_SYS_MONITOR_LEN=1048576 CONFIG_FIT=y -- 2.39.5