Signed-off-by: Antony Pavlov <antonynpavlov@xxxxxxxxx> --- arch/mips/boot/start.S | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/arch/mips/boot/start.S b/arch/mips/boot/start.S index b756d40..d8f4fd5 100644 --- a/arch/mips/boot/start.S +++ b/arch/mips/boot/start.S @@ -52,6 +52,14 @@ _pc: addiu \rd, ra, \label - _pc # label is assumed to be .align 4 EXPORT(_start) + + b __start + nop + + .ascii "barebox" + .byte 0 + +__start: /* disable watchpoints */ mtc0 zero, CP0_WATCHLO mtc0 zero, CP0_WATCHHI -- 1.7.10 _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox