summaryrefslogtreecommitdiff
path: root/firmware/app.lds
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2005-07-09 07:46:42 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2005-07-09 07:46:42 +0000
commit62c768c0db601fa1cc8532bb583060f2a8080453 (patch)
tree96c83ffdb5f8b0edc3dc1e0f6fc417a60d607bc9 /firmware/app.lds
parentf69c77933c7fca7b72dfc6aa94cbe03651a149f8 (diff)
downloadrockbox-62c768c0db601fa1cc8532bb583060f2a8080453.tar.gz
rockbox-62c768c0db601fa1cc8532bb583060f2a8080453.zip
Recovered from my major brain failure and reverted to using the same load address for both H110 and H120/140
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7082 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/app.lds')
-rw-r--r--firmware/app.lds10
1 files changed, 3 insertions, 7 deletions
diff --git a/firmware/app.lds b/firmware/app.lds
index 5816f40d35..135e521ef4 100644
--- a/firmware/app.lds
+++ b/firmware/app.lds
@@ -113,14 +113,10 @@ _pluginbuf = 0;
113 113
114#define DRAMSIZE (MEMORYSIZE * 0x100000) - PLUGINSIZE - STUBOFFSET - CODECSIZE 114#define DRAMSIZE (MEMORYSIZE * 0x100000) - PLUGINSIZE - STUBOFFSET - CODECSIZE
115 115
116#ifdef IRIVER_H100_SERIES 116#if defined(IRIVER_H100_SERIES) || defined(IRIVER_H300)
117#define IRAMSIZE 0x10000
118#define IRAMORIG 0x10000000
119#ifdef IRIVER_H100
120#define DRAMORIG 0x30000000 + STUBOFFSET
121#else /* H120/H140 */
122#define DRAMORIG 0x31000000 + STUBOFFSET 117#define DRAMORIG 0x31000000 + STUBOFFSET
123#endif 118#define IRAMORIG 0x10000000
119#define IRAMSIZE 0x10000
124#else 120#else
125#define DRAMORIG 0x09000000 + STUBOFFSET 121#define DRAMORIG 0x09000000 + STUBOFFSET
126#define IRAMORIG 0x0f000000 122#define IRAMORIG 0x0f000000