summaryrefslogtreecommitdiff
path: root/rbutil/mkamsboot/dualboot/dualboot.S
diff options
context:
space:
mode:
Diffstat (limited to 'rbutil/mkamsboot/dualboot/dualboot.S')
-rw-r--r--rbutil/mkamsboot/dualboot/dualboot.S15
1 files changed, 2 insertions, 13 deletions
diff --git a/rbutil/mkamsboot/dualboot/dualboot.S b/rbutil/mkamsboot/dualboot/dualboot.S
index d6a8d3701c..77fb4dec7d 100644
--- a/rbutil/mkamsboot/dualboot/dualboot.S
+++ b/rbutil/mkamsboot/dualboot/dualboot.S
@@ -51,20 +51,9 @@
51#error i2c prescaler too big! 51#error i2c prescaler too big!
52#endif 52#endif
53 53
54/* Vectors */ 54 b start @ skip our data
55 55
56 ldr pc, =start /* reset vector */ 56/* These values are filled in by mkamsboot - don't move them from offset 0x4 */
57 /* next vectors are unused, halt cpu */
581: b 1b
591: b 1b
601: b 1b
611: b 1b
621: b 1b
631: b 1b
641: b 1b
65
66
67/* These values are filled in by mkamsboot - don't move them from offset 0x20 */
68 57
69uclunpack_end: .word 0 /* End of the ucl_unpack function */ 58uclunpack_end: .word 0 /* End of the ucl_unpack function */
70uclunpack_size: .word 0 /* Size in bytes of the ucl_unpack function */ 59uclunpack_size: .word 0 /* Size in bytes of the ucl_unpack function */