diff options
-rw-r--r-- | firmware/fw_base.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/fw_base.S b/firmware/fw_base.S index aed0917..7897314 100644 --- a/firmware/fw_base.S +++ b/firmware/fw_base.S @@ -119,7 +119,7 @@ _prev_arg1_override_done: */ beqz a1, _fdt_reloc_done /* Mask values in a3 and a4 */ - li a3, ~0xf + li a3, ~(__SIZEOF_POINTER__ - 1) li a4, 0xff /* t1 = destination FDT start address */ add s0, a0, zero |