aboutsummaryrefslogtreecommitdiff
path: root/firmware/fw_jump.S
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/fw_jump.S')
-rw-r--r--firmware/fw_jump.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/fw_jump.S b/firmware/fw_jump.S
index 84391c9..0015a80 100644
--- a/firmware/fw_jump.S
+++ b/firmware/fw_jump.S
@@ -56,7 +56,7 @@ fw_next_arg1:
#ifdef FW_JUMP_FDT_ADDR
li a0, FW_JUMP_FDT_ADDR
#else
- add a0, zero, zero
+ add a0, a1, zero
#endif
ret