Index: firmware/crt0.S =================================================================== RCS file: /cvsroot/rockbox/firmware/crt0.S,v retrieving revision 1.72 diff -u -b -r1.72 crt0.S --- firmware/crt0.S 20 Mar 2006 00:39:19 -0000 1.72 +++ firmware/crt0.S 31 May 2006 08:40:18 -0000 @@ -69,7 +69,12 @@ ldr r3, =0x3f84 /* r3 and r1 values here are magic, don't touch */ orr r3, r3, r5 /* adjust for execute address */ ldr r2, =0xf000f014 +#if MEM > 32 + mov r1, #0x7400 /* r1 appears to indicate how much memory (not in + bytes) is remapped */ +#else mov r1, #0x3a00 +#endif ldr r0, =0xf000f010 mov pc, #0x40000000