From c71900c02f90f9dd24836338d2a279fdc51d8091 Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Thu, 23 Feb 2006 10:40:14 +0000 Subject: The iAudio bootloader needs to have the startup code first in memory git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8802 a1c6a512-1295-4272-9138-f99709370657 --- firmware/boot.lds | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/firmware/boot.lds b/firmware/boot.lds index 2f4594158e..779b7b3b85 100644 --- a/firmware/boot.lds +++ b/firmware/boot.lds @@ -30,7 +30,7 @@ INPUT(crt0.o) #define DRAMORIG 0x31000000 #define IRAMORIG 0x10000000 #define IRAMSIZE 0x20000 -#define FLASHORIG 0x00100000 +#define FLASHORIG 0x00010000 #define FLASHSIZE 4M #elif CONFIG_CPU == PP5020 #define DRAMORIG 0x10000000 @@ -104,6 +104,9 @@ SECTIONS { .vectors : { +#ifdef IAUDIO_X5 + *(.init.text) +#endif _datacopy = .; } > FLASH -- cgit v1.2.3