[PATCH 3/3] MIPS: qemu-malta: make barebox Malta images detectable
Ahmad Fatoum
ahmad at a3f.at
Sun Feb 28 14:07:07 EST 2021
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 at gmail.com>
Signed-off-by: Ahmad Fatoum <ahmad at a3f.at>
---
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
More information about the barebox
mailing list