From 3b77f114b0c23bab01c7e1f008654ac4ba8b93e3 Mon Sep 17 00:00:00 2001 From: Antony Pavlov Date: Fri, 5 May 2017 14:34:32 +0300 Subject: MIPS: barebox.lds.S: drop unneeded '_start = .' Signed-off-by: Antony Pavlov Signed-off-by: Sascha Hauer --- arch/mips/lib/barebox.lds.S | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/mips/lib/barebox.lds.S b/arch/mips/lib/barebox.lds.S index 8057634ddb..ffe846728f 100644 --- a/arch/mips/lib/barebox.lds.S +++ b/arch/mips/lib/barebox.lds.S @@ -27,7 +27,6 @@ SECTIONS . = ALIGN(4); .text : { - _start = .; *(.text_entry*) _stext = .; _text = .; -- cgit v1.2.3