summaryrefslogtreecommitdiff
path: root/apps
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 /apps
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 'apps')
-rw-r--r--apps/plugins/plugin.lds6
1 files changed, 1 insertions, 5 deletions
diff --git a/apps/plugins/plugin.lds b/apps/plugins/plugin.lds
index c0150055eb..41193d950c 100644
--- a/apps/plugins/plugin.lds
+++ b/apps/plugins/plugin.lds
@@ -18,14 +18,10 @@ OUTPUT_FORMAT(elf32-sh)
18#define ARCH_IRIVER 18#define ARCH_IRIVER
19#endif 19#endif
20 20
21#if defined(IRIVER_H120) || defined(IRIVER_H300) 21#ifdef ARCH_IRIVER
22#define DRAMORIG 0x31000000 22#define DRAMORIG 0x31000000
23#define IRAMORIG 0x10010000 23#define IRAMORIG 0x10010000
24#define IRAMSIZE 0x8000 24#define IRAMSIZE 0x8000
25#elif defined(IRIVER_H100)
26#define DRAMORIG 0x30000000
27#define IRAMORIG 0x10010000
28#define IRAMSIZE 0x8000
29#else 25#else
30#define DRAMORIG 0x09000000 + STUBOFFSET 26#define DRAMORIG 0x09000000 + STUBOFFSET
31#endif 27#endif