diff options
author | Eugen Hristev <eugen.hristev@collabora.com> | 2023-07-24 13:05:13 +0300 |
---|---|---|
committer | Eugen Hristev <eugen.hristev@collabora.com> | 2023-07-24 14:19:33 +0300 |
commit | f5b9587449f7f240da58c1cf8468d8103386ec8c (patch) | |
tree | 79ddcfc5cd578dc32f5477ae8d4600d3d3cbc6ca /configs/sama5d2_xplained_emmc_defconfig | |
parent | 2ac1f5982ed0a1cc8ca4b3dca86db87ad03323b1 (diff) | |
download | u-boot-f5b9587449f7f240da58c1cf8468d8103386ec8c.tar.gz u-boot-f5b9587449f7f240da58c1cf8468d8103386ec8c.tar.bz2 u-boot-f5b9587449f7f240da58c1cf8468d8103386ec8c.zip |
configs: sama5d2: enable CONFIG_LTO
arm-none-linux-gnueabihf-ld.bfd: u-boot-spl section `__u_boot_list' will not fit in region `.sram'
arm-none-linux-gnueabihf-ld.bfd: region `.sram' overflowed by 100 bytes
SPL is at limit so to stop seeing above error in built, enable
link time optimizations CONFIG_LTO.
Signed-off-by: Eugen Hristev <eugen.hristev@collabora.com>
Tested-by: Mihai Sain <mihai.sain@microchip.com>
Diffstat (limited to 'configs/sama5d2_xplained_emmc_defconfig')
-rw-r--r-- | configs/sama5d2_xplained_emmc_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/sama5d2_xplained_emmc_defconfig b/configs/sama5d2_xplained_emmc_defconfig index e33dcb8fb8..9ef0ff4aa9 100644 --- a/configs/sama5d2_xplained_emmc_defconfig +++ b/configs/sama5d2_xplained_emmc_defconfig @@ -28,6 +28,7 @@ CONFIG_SPL_FS_FAT=y CONFIG_SPL_LIBDISK_SUPPORT=y CONFIG_SYS_LOAD_ADDR=0x22000000 CONFIG_DEBUG_UART=y +CONFIG_LTO=y CONFIG_ENV_VARS_UBOOT_CONFIG=y CONFIG_FIT=y CONFIG_SD_BOOT=y |