is_barebox_mips_head checks whether 0x10-0x16 is "barebox". Have the Malta images provide this signature like other MIPS boards already do. This makes bootm work. Cc: Antony Pavlov <antonynpavlov@xxxxxxxxx> Signed-off-by: Ahmad Fatoum <ahmad@xxxxxx> --- arch/mips/boards/qemu-malta/lowlevel.S | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/arch/mips/boards/qemu-malta/lowlevel.S b/arch/mips/boards/qemu-malta/lowlevel.S index e4ecde45cfd7..98821e0426b2 100644 --- a/arch/mips/boards/qemu-malta/lowlevel.S +++ b/arch/mips/boards/qemu-malta/lowlevel.S @@ -40,8 +40,7 @@ ENTRY_FUNCTION(BOARD_PBL_START) 0x1fc00010 address is reserved for BoardID */ .org 0x10 - .word 0xffffffff - .word 0xffffffff + .asciiz "barebox" __start: mips_disable_interrupts -- 2.30.0 _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox