summaryrefslogtreecommitdiffstats
path: root/firmware
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2005-07-08 15:08:59 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2005-07-08 15:08:59 +0000
commit2d251224313a42efbbd5b7cde5ccc9245138fbc4 (patch)
tree81ba506f6f6b5384bc39d84678dcd13d7492efb9 /firmware
parent8b6c133bb1b7bb013c1bbc69c0f168650b5b688d (diff)
downloadrockbox-2d251224313a42efbbd5b7cde5ccc9245138fbc4.tar.gz
rockbox-2d251224313a42efbbd5b7cde5ccc9245138fbc4.zip
H110 adjustments
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7071 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware')
-rw-r--r--firmware/app.lds10
1 files changed, 7 insertions, 3 deletions
diff --git a/firmware/app.lds b/firmware/app.lds
index ee666d8cb3..5816f40d35 100644
--- a/firmware/app.lds
+++ b/firmware/app.lds
@@ -113,10 +113,14 @@ _pluginbuf = 0;
#define DRAMSIZE (MEMORYSIZE * 0x100000) - PLUGINSIZE - STUBOFFSET - CODECSIZE
-#if CONFIG_CPU == MCF5249
-#define DRAMORIG 0x31000000 + STUBOFFSET
-#define IRAMORIG 0x10000000
+#ifdef IRIVER_H100_SERIES
#define IRAMSIZE 0x10000
+#define IRAMORIG 0x10000000
+#ifdef IRIVER_H100
+#define DRAMORIG 0x30000000 + STUBOFFSET
+#else /* H120/H140 */
+#define DRAMORIG 0x31000000 + STUBOFFSET
+#endif
#else
#define DRAMORIG 0x09000000 + STUBOFFSET
#define IRAMORIG 0x0f000000