summaryrefslogtreecommitdiff
path: root/firmware/fw_jump.S
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/fw_jump.S')
-rw-r--r--firmware/fw_jump.S13
1 files changed, 0 insertions, 13 deletions
diff --git a/firmware/fw_jump.S b/firmware/fw_jump.S
index afbcec0..8553f8c 100644
--- a/firmware/fw_jump.S
+++ b/firmware/fw_jump.S
@@ -36,19 +36,6 @@ fw_save_info:
.section .entry, "ax", %progbits
.align 3
- .global fw_prev_arg1
- /*
- * We can only use a0, a1, and a2 registers here.
- * The a0, a1, and a2 registers will be same as passed by
- * previous booting stage.
- * The previous arg1 should be returned in 'a0'.
- */
-fw_prev_arg1:
- add a0, zero, zero
- ret
-
- .section .entry, "ax", %progbits
- .align 3
.global fw_next_arg1
/*
* We can only use a0, a1, and a2 registers here.