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
This commit is contained in:
Linus Nielsen Feltzing 2004-10-08 08:02:50 +00:00
parent 5cc2315257
commit 3796a58cea

View file

@ -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