From 07a2ad2a2246c649ec86c2adb077ec9ed3cfef11 Mon Sep 17 00:00:00 2001 From: Thom Johansen Date: Mon, 12 Dec 2005 13:21:08 +0000 Subject: Basic exceptions support for iPod and ARM targets. SDRAM for iPod targets remapped to base address 0 to facilitate. Changed some crt0.S #ifdefs to allow for code resuse on other ARM targets. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8223 a1c6a512-1295-4272-9138-f99709370657 --- firmware/app.lds | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'firmware/app.lds') diff --git a/firmware/app.lds b/firmware/app.lds index af5cd8d..e17e5a9 100644 --- a/firmware/app.lds +++ b/firmware/app.lds @@ -123,7 +123,7 @@ _pluginbuf = 0; #define IRAMORIG 0x10000000 #define IRAMSIZE 0xc000 #elif CONFIG_CPU==PP5020 -#define DRAMORIG 0x10000000 + STUBOFFSET +#define DRAMORIG 0x00000000 + STUBOFFSET #define IRAMORIG 0x40000000 #define IRAMSIZE 0xc000 #else -- cgit v1.1