On Thu, 20 May 2021 at 05:25, Marek Behún <marek.be...@nic.cz> wrote: > > For some reason when building SPL for ARMv8 with LTO, the relocation > information is not discarded. > > Discard it explicitly in the linker script. > > This fixes LTO build for imx8mm_venice_defconfig. > > Signed-off-by: Marek Behún <marek.be...@nic.cz> > --- > arch/arm/cpu/armv8/u-boot-spl.lds | 1 + > 1 file changed, 1 insertion(+)
Reviewed-by: Simon Glass <s...@chromium.org>