The ".text_bare_init" section is not intended to be used for storing entry code. Signed-off-by: Antony Pavlov <antonynpavlov@xxxxxxxxx> --- 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 <asm/pbl_macros.h> .set noreorder - .section ".text_bare_init" + .section ".text_entry" .align 4 EXPORT(_start) -- 2.11.0 _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox