
22 Dec
2022
22 Dec
'22
10:13 p.m.
From: Marek Vasut marek.vasut+renesas@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@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