Message ID | 20231208161249.1827174-2-gregory.clement@bootlin.com |
---|---|
State | Accepted |
Commit | f99c37d562250cbceed262723f91944c981eeb7b |
Headers | show |
Series | Add support for the Mobileye EyeQ5 SoC | expand |
diff --git a/arch/mips/boot/compressed/head.S b/arch/mips/boot/compressed/head.S index 5795d0af1e1b2..d237a834b85ee 100644 --- a/arch/mips/boot/compressed/head.S +++ b/arch/mips/boot/compressed/head.S @@ -25,8 +25,8 @@ /* Clear BSS */ PTR_LA a0, _edata PTR_LA a2, _end -1: sw zero, 0(a0) - addiu a0, a0, 4 +1: PTR_S zero, 0(a0) + PTR_ADDIU a0, a0, PTRSIZE bne a2, a0, 1b PTR_LA a0, (.heap) /* heap address */