diff options
| author | Linus Nielsen Feltzing <linus@haxx.se> | 2004-10-08 08:02:50 +0000 |
|---|---|---|
| committer | Linus Nielsen Feltzing <linus@haxx.se> | 2004-10-08 08:02:50 +0000 |
| commit | 3796a58cea01ec9be760a2af543afc70dad185bc (patch) | |
| tree | 0c9b4f237f9e42ebf0029edd7cbf85b1dc95f14e | |
| parent | 5cc2315257a763e026308ffab2921fe5cdd087f1 (diff) | |
| download | rockbox-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.lds | 2 |
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 |