summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Chapman <dave@dchapman.com>2006-01-16 12:57:46 +0000
committerDave Chapman <dave@dchapman.com>2006-01-16 12:57:46 +0000
commitd6d5da1841119eb9ad03a6e313e3d08307392a11 (patch)
tree9708d5b15b30716e3e3d96aefb8139d81cd963d3
parent25c66fc632e721e5b742f67b7ba2685318f807e1 (diff)
downloadrockbox-d6d5da1841119eb9ad03a6e313e3d08307392a11.tar.gz
rockbox-d6d5da1841119eb9ad03a6e313e3d08307392a11.zip
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
-rw-r--r--apps/plugins/plugin.lds2
1 files changed, 1 insertions, 1 deletions
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)
29#define IRAMORIG 0x1000c000 29#define IRAMORIG 0x1000c000
30#define IRAMSIZE 0xc000 30#define IRAMSIZE 0xc000
31#elif defined(ARCH_IPOD) 31#elif defined(ARCH_IPOD)
32#define DRAMORIG 0x10000000 32#define DRAMORIG 0x00000000
33#define IRAMORIG 0x4000c000 33#define IRAMORIG 0x4000c000
34#define IRAMSIZE 0xc000 34#define IRAMSIZE 0xc000
35#elif CONFIG_CPU == PNX0101 35#elif CONFIG_CPU == PNX0101