mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-11 22:22:33 -05:00
Iriver iFP7xx memory layout adjustment.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10553 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
4e5f4ee5e0
commit
4e36352567
4 changed files with 7 additions and 6 deletions
|
|
@ -38,8 +38,8 @@ OUTPUT_FORMAT(elf32-sh)
|
|||
#define IRAMSIZE 0xc000
|
||||
#elif CONFIG_CPU == PNX0101
|
||||
#define DRAMORIG 0xc00000 + STUBOFFSET
|
||||
#define IRAMORIG 0x408000
|
||||
#define IRAMSIZE 0x8000
|
||||
#define IRAMORIG 0x407000
|
||||
#define IRAMSIZE 0x9000
|
||||
#else
|
||||
#define DRAMORIG 0x09000000 + STUBOFFSET
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue