From 3796a58cea01ec9be760a2af543afc70dad185bc Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Fri, 8 Oct 2004 08:02:50 +0000 Subject: 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 --- firmware/app.lds | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) #define DRAMSIZE (MEMORYSIZE * 0x100000) - PLUGINSIZE - STUBOFFSET #ifdef IRIVER_H100 -#define DRAMORIG 0x20000000 + STUBOFFSET +#define DRAMORIG 0x30000000 + STUBOFFSET #define IRAMORIG 0x10000000 #define IRAMSIZE 0x18000 #else -- cgit v1.2.3