[PATCH 4/6] ARM: renesas: Enable LTO on R-Car3 Ebisu

Marek Vasut marek.vasut at gmail.com
Thu Dec 22 22:13:13 CET 2022


From: Marek Vasut <marek.vasut+renesas at gmail.com>

Enable LTO (link time optimization) to improve optimization
and reduce code size by cca. 34 kiB.

Signed-off-by: Marek Vasut <marek.vasut+renesas at gmail.com>
---
 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.35.1



More information about the U-Boot mailing list