From a275dbaab7ebde8bc3f35cfd93528f1ec6e23f5e Mon Sep 17 00:00:00 2001 From: Antony Pavlov Date: Fri, 5 May 2017 14:34:33 +0300 Subject: MIPS: barebox.lds.S: remove unused got Signed-off-by: Antony Pavlov Signed-off-by: Sascha Hauer --- arch/mips/lib/barebox.lds.S | 3 --- 1 file changed, 3 deletions(-) diff --git a/arch/mips/lib/barebox.lds.S b/arch/mips/lib/barebox.lds.S index ffe846728f..cc214920e3 100644 --- a/arch/mips/lib/barebox.lds.S +++ b/arch/mips/lib/barebox.lds.S @@ -50,9 +50,6 @@ SECTIONS .barebox_imd : { BAREBOX_IMD } - . = ALIGN(4); - .got : { *(.got*) } - . = .; __barebox_cmd_start = .; .barebox_cmd : { BAREBOX_CMDS } -- cgit v1.2.3