mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-02 09:46:37 +03:00
arm: Kconfig: enable LTO for ARCH_K3
CONFIG_LTO enables Link Time Optimizations that helps in reducing binary size. The config has been validated on all K3 platforms so can be safely enabled. Signed-off-by: Anshul Dalal <anshuld@ti.com>
This commit is contained in:
@@ -820,6 +820,7 @@ config ARCH_K3
|
||||
select FIT
|
||||
select REGEX
|
||||
select FIT_SIGNATURE if ARM64
|
||||
select LTO
|
||||
imply TI_SECURE_DEVICE
|
||||
|
||||
config ARCH_OMAP2PLUS
|
||||
|
||||
Reference in New Issue
Block a user