diff options
author | Teresa Remmet | 2023-06-14 14:36:47 +0200 |
---|---|---|
committer | Stefano Babic | 2023-07-13 11:29:40 +0200 |
commit | b70a1686c84f742cc8938748f38c8b00462d1d82 (patch) | |
tree | 05f5bd8706bbc02151796dae315d4b73640d85be /configs | |
parent | 44103cf331eeb83e7b41391526c074b1432f8dba (diff) |
configs: phycore-imx8mp_defconfig: Enable LTO
Enable LTO for binary size reduction.
Signed-off-by: Teresa Remmet <t.remmet@phytec.de>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/phycore-imx8mp_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/phycore-imx8mp_defconfig b/configs/phycore-imx8mp_defconfig index 3d076204ad0..7bf404be860 100644 --- a/configs/phycore-imx8mp_defconfig +++ b/configs/phycore-imx8mp_defconfig @@ -21,6 +21,7 @@ CONFIG_SPL_STACK=0x960000 CONFIG_SPL=y CONFIG_SPL_IMX_ROMAPI_LOADADDR=0x48000000 CONFIG_SYS_LOAD_ADDR=0x40480000 +CONFIG_LTO=y CONFIG_FIT=y CONFIG_FIT_EXTERNAL_OFFSET=0x3000 CONFIG_SPL_LOAD_FIT=y |