From d124b1437fbce91d50395111d0eff4adbce0165c Mon Sep 17 00:00:00 2001 From: Ahmad Fatoum Date: Sun, 28 Feb 2021 20:07:07 +0100 Subject: MIPS: qemu-malta: make barebox Malta images detectable 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 Signed-off-by: Ahmad Fatoum Signed-off-by: Sascha Hauer --- arch/mips/boards/qemu-malta/lowlevel.S | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'arch/mips') diff --git a/arch/mips/boards/qemu-malta/lowlevel.S b/arch/mips/boards/qemu-malta/lowlevel.S index e4ecde45cf..98821e0426 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 -- cgit v1.2.3