summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2004-10-08 08:02:50 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2004-10-08 08:02:50 +0000
commit3796a58cea01ec9be760a2af543afc70dad185bc (patch)
tree0c9b4f237f9e42ebf0029edd7cbf85b1dc95f14e
parent5cc2315257a763e026308ffab2921fe5cdd087f1 (diff)
downloadrockbox-3796a58cea01ec9be760a2af543afc70dad185bc.tar.gz
rockbox-3796a58cea01ec9be760a2af543afc70dad185bc.zip
Let's put the DRAM at 0x30000000 on the iRiver
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5219 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--firmware/app.lds2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/app.lds b/firmware/app.lds
index f657eb62c0..f0097d6bf4 100644
--- a/firmware/app.lds
+++ b/firmware/app.lds
@@ -19,7 +19,7 @@ INPUT(crt0.o)
19#define DRAMSIZE (MEMORYSIZE * 0x100000) - PLUGINSIZE - STUBOFFSET 19#define DRAMSIZE (MEMORYSIZE * 0x100000) - PLUGINSIZE - STUBOFFSET
20 20
21#ifdef IRIVER_H100 21#ifdef IRIVER_H100
22#define DRAMORIG 0x20000000 + STUBOFFSET 22#define DRAMORIG 0x30000000 + STUBOFFSET
23#define IRAMORIG 0x10000000 23#define IRAMORIG 0x10000000
24#define IRAMSIZE 0x18000 24#define IRAMSIZE 0x18000
25#else 25#else