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:
parent
5cc2315257
commit
3796a58cea
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue