Re: [PATCH] configs: sama5d2: enable CONFIG_LTO

2023-07-24 Thread Eugen Hristev
On 7/24/23 13:29, mihai.s...@microchip.com wrote: Hello Eugen, I have successfully tested the binary on sama5d2_xplained board. Board is booting OK the zImage from fat (eMMC). Tested-by: Mihai Sain Best regards, Mihai Sain Thank you for testing, applied to u-boot-at91/master

Re: [PATCH] configs: sama5d2: enable CONFIG_LTO

2023-07-24 Thread Eugen Hristev
On 7/24/23 13:29, mihai.s...@microchip.com wrote: Tested-by: Mihai Sain Applied to u-boot-at91/master, thanks !

RE: [PATCH] configs: sama5d2: enable CONFIG_LTO

2023-07-24 Thread Mihai.Sain
Sain - M19926 Cc: Eugen Hristev Subject: [PATCH] configs: sama5d2: enable CONFIG_LTO EXTERNAL EMAIL: Do not click links or open attachments unless you know the content is safe arm-none-linux-gnueabihf-ld.bfd: u-boot-spl section `__u_boot_list' will not fit in region `.sram' arm-

[PATCH] configs: sama5d2: enable CONFIG_LTO

2023-07-24 Thread Eugen Hristev
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 Hrist