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.zip
rockbox-3796a58cea01ec9be760a2af543afc70dad185bc.tar.gz
rockbox-3796a58cea01ec9be760a2af543afc70dad185bc.tar.bz2
rockbox-3796a58cea01ec9be760a2af543afc70dad185bc.tar.xz
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 f657eb6..f0097d6 100644
--- a/firmware/app.lds
+++ b/firmware/app.lds
@@ -19,7 +19,7 @@ INPUT(crt0.o)
#define DRAMSIZE (MEMORYSIZE * 0x100000) - PLUGINSIZE - STUBOFFSET
#ifdef IRIVER_H100
-#define DRAMORIG 0x20000000 + STUBOFFSET
+#define DRAMORIG 0x30000000 + STUBOFFSET
#define IRAMORIG 0x10000000
#define IRAMSIZE 0x18000
#else