From ddf83009a14981d78d6784c171a6314bfb49f861 Mon Sep 17 00:00:00 2001 From: Barry Wardell Date: Thu, 12 Apr 2007 21:07:35 +0000 Subject: 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 --- firmware/target/arm/crt0-pp.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'firmware') 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 -- cgit