mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-17 22:49:02 +00:00
ARM: imx: Enable LTO for Data Modul i.MX8M Mini eDM SBC
Enable LTO to reduce the size of SPL. Signed-off-by: Marek Vasut <marex@denx.de>
This commit is contained in:
parent
d939c5e0f5
commit
868f754db8
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@ CONFIG_SYS_BOOTCOUNT_SINGLEWORD=y
|
|||
CONFIG_ENV_OFFSET_REDUND=0xFFFC0000
|
||||
CONFIG_IMX_BOOTAUX=y
|
||||
CONFIG_SYS_LOAD_ADDR=0x60000000
|
||||
CONFIG_LTO=y
|
||||
CONFIG_ENV_VARS_UBOOT_CONFIG=y
|
||||
CONFIG_SYS_MONITOR_LEN=1048576
|
||||
CONFIG_FIT=y
|
||||
|
|
Loading…
Add table
Reference in a new issue