mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-17 10:24:49 +00:00
configs: phycore-imx8mm_defconfig: Enable LTO
Enable LTO for binary size reduction. Signed-off-by: Teresa Remmet <t.remmet@phytec.de>
This commit is contained in:
parent
b70a1686c8
commit
e064fe4f37
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@ CONFIG_SPL_STACK=0x920000
|
|||
CONFIG_SPL=y
|
||||
CONFIG_ENV_OFFSET_REDUND=0x3E0000
|
||||
CONFIG_SYS_LOAD_ADDR=0x40480000
|
||||
CONFIG_LTO=y
|
||||
CONFIG_FIT=y
|
||||
CONFIG_FIT_EXTERNAL_OFFSET=0x3000
|
||||
CONFIG_SPL_LOAD_FIT=y
|
||||
|
|
Loading…
Add table
Reference in a new issue