mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00:00
ARM: imx: Enable LTO for DH electronics i.MX6 DHCOM
Enable LTO to reduce the size of SPL, which with SPL SDP support may be close to the limit. Signed-off-by: Marek Vasut <marex@denx.de>
This commit is contained in:
parent
302f7e80b9
commit
58ec2711fd
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@ CONFIG_SPL_SPI=y
|
|||
CONFIG_AHCI=y
|
||||
CONFIG_SYS_MEMTEST_START=0x10000000
|
||||
CONFIG_SYS_MEMTEST_END=0x20000000
|
||||
CONFIG_LTO=y
|
||||
CONFIG_SYS_MONITOR_LEN=409600
|
||||
CONFIG_FIT=y
|
||||
CONFIG_FIT_VERBOSE=y
|
||||
|
|
Loading…
Reference in a new issue