diff options
| author | Tom Rini <[email protected]> | 2023-03-28 14:54:50 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-04-04 12:24:29 -0400 |
| commit | 65fa29d6c39235a859f185465b1363814ffcc26c (patch) | |
| tree | 5e068936d9048a3d6f8c3c16acf73136040e788d | |
| parent | 866f30205b50e0fc9834852f46def55bf84c20a5 (diff) | |
smartweb: Enable LTO
In order to prepare for slight size growth due to reworking linker list
support, enable LTO here to save more space again.
Signed-off-by: Tom Rini <[email protected]>
Reviewed-by: Heiko Schocher <[email protected]>
| -rw-r--r-- | configs/smartweb_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/smartweb_defconfig b/configs/smartweb_defconfig index 4cbdab0b37d..836e0c002de 100644 --- a/configs/smartweb_defconfig +++ b/configs/smartweb_defconfig @@ -24,6 +24,7 @@ CONFIG_SPL_SYS_MALLOC_F_LEN=0x400 CONFIG_SPL=y CONFIG_ENV_OFFSET_REDUND=0x180000 CONFIG_SYS_LOAD_ADDR=0x22000000 +CONFIG_LTO=y CONFIG_FIT=y CONFIG_NAND_BOOT=y CONFIG_BOOTDELAY=3 |
