diff options
| author | Teresa Remmet <[email protected]> | 2023-06-14 14:36:48 +0200 |
|---|---|---|
| committer | Stefano Babic <[email protected]> | 2023-07-13 11:29:40 +0200 |
| commit | e064fe4f37b924741efbfe4d0db0d49fea143380 (patch) | |
| tree | 441d0eda7f282867673e15547696dedd9c2a3fdd | |
| parent | b70a1686c84f742cc8938748f38c8b00462d1d82 (diff) | |
configs: phycore-imx8mm_defconfig: Enable LTO
Enable LTO for binary size reduction.
Signed-off-by: Teresa Remmet <[email protected]>
| -rw-r--r-- | configs/phycore-imx8mm_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/phycore-imx8mm_defconfig b/configs/phycore-imx8mm_defconfig index ffdb5cce8eb..4a27d15cb11 100644 --- a/configs/phycore-imx8mm_defconfig +++ b/configs/phycore-imx8mm_defconfig @@ -21,6 +21,7 @@ CONFIG_SPL_STACK=0x920000 CONFIG_SPL=y CONFIG_ENV_OFFSET_REDUND=0x3E0000 CONFIG_SYS_LOAD_ADDR=0x40480000 +CONFIG_LTO=y CONFIG_FIT=y CONFIG_FIT_EXTERNAL_OFFSET=0x3000 CONFIG_SPL_LOAD_FIT=y |
