mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 07:04:28 +00:00
ARM: renesas: reduce rcar3_salvator-x image size
rcar3_salvator-x u-boot.img is very close to the 0x100000 size limit. Enable linked time optimization (LTO). Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
This commit is contained in:
parent
bba6cc7018
commit
ca161222e5
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ CONFIG_SPL_TEXT_BASE=0xe6338000
|
|||
CONFIG_RCAR_GEN3=y
|
||||
CONFIG_TARGET_SALVATOR_X=y
|
||||
CONFIG_SYS_LOAD_ADDR=0x58000000
|
||||
CONFIG_LTO=y
|
||||
CONFIG_REMAKE_ELF=y
|
||||
CONFIG_FIT=y
|
||||
CONFIG_SUPPORT_RAW_INITRD=y
|
||||
|
|
Loading…
Reference in a new issue