The ARM64 linker script has a section for the exceptions. This is unused and can be removed.
Signed-off-by: Sascha Hauer <s.ha...@pengutronix.de> --- arch/arm/lib64/barebox.lds.S | 3 --- 1 file changed, 3 deletions(-) diff --git a/arch/arm/lib64/barebox.lds.S b/arch/arm/lib64/barebox.lds.S index 50e4b6f42c..454ae3a95d 100644 --- a/arch/arm/lib64/barebox.lds.S +++ b/arch/arm/lib64/barebox.lds.S @@ -21,9 +21,6 @@ SECTIONS __bare_init_start = .; *(.text_bare_init*) __bare_init_end = .; - __exceptions_start = .; - KEEP(*(.text_exceptions*)) - __exceptions_stop = .; *(.text*) } BAREBOX_BARE_INIT_SIZE -- 2.39.5