forked from len0rd/rockbox
Ooops. DRAM can't start at 0x30000000 on iRiver
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6325 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
eaef66efb4
commit
1c40d3cee5
4 changed files with 4 additions and 4 deletions
|
|
@ -17,7 +17,7 @@ INPUT(crt0.o)
|
|||
#define DRAMSIZE (MEMORYSIZE * 0x100000) - PLUGINSIZE
|
||||
|
||||
#ifdef IRIVER_H100
|
||||
#define DRAMORIG 0x30000000
|
||||
#define DRAMORIG 0x31000000
|
||||
#define IRAMORIG 0x10000000
|
||||
#define IRAMSIZE 0x18000
|
||||
#define FLASHORIG 0x001f0000
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue