mirror of
https://github.com/u-boot/u-boot.git
synced 2024-11-30 08:03:32 +08: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
@ -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 New Issue
Block a user