summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
Diffstat (limited to 'firmware')
-rw-r--r--firmware/target/arm/crt0-pp.S7
1 files changed, 6 insertions, 1 deletions
diff --git a/firmware/target/arm/crt0-pp.S b/firmware/target/arm/crt0-pp.S
index 210b560560..bd1fc035c9 100644
--- a/firmware/target/arm/crt0-pp.S
+++ b/firmware/target/arm/crt0-pp.S
@@ -80,7 +80,12 @@ start:
80 msr cpsr_c, #0xd3 /* enter supervisor mode, disable IRQ/FIQ */ 80 msr cpsr_c, #0xd3 /* enter supervisor mode, disable IRQ/FIQ */
81 b pad_skip 81 b pad_skip
82 82
83.space 64*4 /* (more than enough) space for exception vectors and mi4 magic */ 83.space 6*4 /* pad to offset 0x20 */
84
85 .ascii "Rockbox" /* signature for bootloader checking osos */
86 .byte 1 /* osos boot version, only 1 exists for now */
87
88.space 56*4 /* (more than enough) space for exception vectors and mi4 magic */
84 89
85pad_skip: 90pad_skip:
86 /* Find out which processor we are - r0 should be preserved for the 91 /* Find out which processor we are - r0 should be preserved for the