From 1714d54139d4607e7916237c21f67e6dd98cacd5 Mon Sep 17 00:00:00 2001 From: Antony Pavlov Date: Fri, 5 May 2017 14:34:34 +0300 Subject: MIPS: barebox.lds.S: put .text_entry contents after _stext and _text Signed-off-by: Antony Pavlov Signed-off-by: Sascha Hauer --- arch/mips/lib/barebox.lds.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/mips/lib/barebox.lds.S b/arch/mips/lib/barebox.lds.S index cc214920e3..899f62b968 100644 --- a/arch/mips/lib/barebox.lds.S +++ b/arch/mips/lib/barebox.lds.S @@ -27,9 +27,9 @@ SECTIONS . = ALIGN(4); .text : { - *(.text_entry*) _stext = .; _text = .; + *(.text_entry*) __bare_init_start = .; *(.text_bare_init*) __bare_init_end = .; -- cgit v1.2.3