From 8aa6600365a384cc7d5fa82277a9b762fbb41e88 Mon Sep 17 00:00:00 2001 From: Antony Pavlov Date: Fri, 5 May 2017 14:34:35 +0300 Subject: MIPS: start.S: put entry code into the ".text_entry" section The ".text_bare_init" section is not intended to be used for storing entry code. Signed-off-by: Antony Pavlov Signed-off-by: Sascha Hauer --- arch/mips/boot/start.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/mips/boot/start.S b/arch/mips/boot/start.S index 0828ee4927..e937e89af1 100644 --- a/arch/mips/boot/start.S +++ b/arch/mips/boot/start.S @@ -20,7 +20,7 @@ #include .set noreorder - .section ".text_bare_init" + .section ".text_entry" .align 4 EXPORT(_start) -- cgit v1.2.3