diff options
author | Barry Wardell <rockbox@barrywardell.net> | 2007-04-12 21:07:35 +0000 |
---|---|---|
committer | Barry Wardell <rockbox@barrywardell.net> | 2007-04-12 21:07:35 +0000 |
commit | ddf83009a14981d78d6784c171a6314bfb49f861 (patch) | |
tree | 680d1cd5c6b86365034f099a0271282814248788 /firmware/target/arm | |
parent | 5e47daa9440e77c0a3ef0ee6cf436eadef36d7cd (diff) |
Switch to mi4 format for Rockbox binary on H10 and Sansa. This means we now only have one binary format to deal with on this target. Users with bootloaders older than 20 March 2007 will have to update. Up to date ones are already on download.rockbox.org since that date.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13134 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/target/arm')
-rw-r--r-- | firmware/target/arm/crt0-pp.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/target/arm/crt0-pp.S b/firmware/target/arm/crt0-pp.S index bbeace1b60..362d736b49 100644 --- a/firmware/target/arm/crt0-pp.S +++ b/firmware/target/arm/crt0-pp.S @@ -54,7 +54,7 @@ start: b pad_skip -.space 50*4 /* (more than enough) space for exception vectors */ +.space 60*4 /* (more than enough) space for exception vectors and mi4 magic */ pad_skip: #ifdef SANSA_E200 |