From d6d5da1841119eb9ad03a6e313e3d08307392a11 Mon Sep 17 00:00:00 2001 From: Dave Chapman Date: Mon, 16 Jan 2006 12:57:46 +0000 Subject: iPod: Correct the definition of DRAMORIG for the ipod - RAM is remapped to 0x0 from its original location at 0x10000000 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8351 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/plugin.lds | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/plugins/plugin.lds b/apps/plugins/plugin.lds index 0626623fbf..875729dead 100644 --- a/apps/plugins/plugin.lds +++ b/apps/plugins/plugin.lds @@ -29,7 +29,7 @@ OUTPUT_FORMAT(elf32-sh) #define IRAMORIG 0x1000c000 #define IRAMSIZE 0xc000 #elif defined(ARCH_IPOD) -#define DRAMORIG 0x10000000 +#define DRAMORIG 0x00000000 #define IRAMORIG 0x4000c000 #define IRAMSIZE 0xc000 #elif CONFIG_CPU == PNX0101 -- cgit v1.2.3