summaryrefslogtreecommitdiff
path: root/firmware/boot.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/boot.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/boot.lds')
-rw-r--r--firmware/boot.lds2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/boot.lds b/firmware/boot.lds
index fe5061c5f2..bdab6c9c97 100644
--- a/firmware/boot.lds
+++ b/firmware/boot.lds
@@ -16,7 +16,7 @@ INPUT(crt0.o)
16 16
17#define DRAMSIZE (MEMORYSIZE * 0x100000) - PLUGINSIZE 17#define DRAMSIZE (MEMORYSIZE * 0x100000) - PLUGINSIZE
18 18
19#ifdef IRIVER_H100 19#ifdef IRIVER_H100_SERIES
20#define DRAMORIG 0x31000000 20#define DRAMORIG 0x31000000
21#define IRAMORIG 0x10000000 21#define IRAMORIG 0x10000000
22#define IRAMSIZE 0x18000 22#define IRAMSIZE 0x18000