mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-24 13:43:28 +00:00
configs: phycore-imx8mp_defconfig: Enable LTO
Enable LTO for binary size reduction. Signed-off-by: Teresa Remmet <t.remmet@phytec.de>
This commit is contained in:
parent
44103cf331
commit
b70a1686c8
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@ CONFIG_SPL_STACK=0x960000
|
|||
CONFIG_SPL=y
|
||||
CONFIG_SPL_IMX_ROMAPI_LOADADDR=0x48000000
|
||||
CONFIG_SYS_LOAD_ADDR=0x40480000
|
||||
CONFIG_LTO=y
|
||||
CONFIG_FIT=y
|
||||
CONFIG_FIT_EXTERNAL_OFFSET=0x3000
|
||||
CONFIG_SPL_LOAD_FIT=y
|
||||
|
|
Loading…
Reference in a new issue