diff options
| author | Anshul Dalal <[email protected]> | 2025-06-16 13:34:30 +0530 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-06-26 13:48:43 -0600 |
| commit | 5609f200d062a25c1b3baac94a78e3eef0a3cd75 (patch) | |
| tree | 321103e2a708aea0f348d9b8332212f2ff42a397 | |
| parent | f05ba765a17ea43bb5dca39ced348b4b10b8c6b2 (diff) | |
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 <[email protected]>
| -rw-r--r-- | arch/arm/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 8795eac0dc7..ec3e626a81f 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -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 |
