mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-26 07:17:10 +00:00
arm64: imx: imx8mp-beacon: Enable LTO
With LTO enabled, SPL shrinks about 10K and U-Boot shrinks about 30K. Signed-off-by: Adam Ford <aford173@gmail.com>
This commit is contained in:
parent
65648b26c6
commit
0a4e414360
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@ CONFIG_SYS_HAS_ARMV8_SECURE_BASE=y
|
||||||
CONFIG_TARGET_IMX8MP_BEACON=y
|
CONFIG_TARGET_IMX8MP_BEACON=y
|
||||||
CONFIG_SYS_PROMPT="u-boot=> "
|
CONFIG_SYS_PROMPT="u-boot=> "
|
||||||
CONFIG_SYS_MONITOR_LEN=524288
|
CONFIG_SYS_MONITOR_LEN=524288
|
||||||
|
CONFIG_LTO=y
|
||||||
CONFIG_SPL_MMC=y
|
CONFIG_SPL_MMC=y
|
||||||
CONFIG_SPL_SERIAL=y
|
CONFIG_SPL_SERIAL=y
|
||||||
CONFIG_SPL_DRIVERS_MISC=y
|
CONFIG_SPL_DRIVERS_MISC=y
|
||||||
|
|
Loading…
Add table
Reference in a new issue