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:
Tomasz Malesinski 2006-08-12 22:43:44 +00:00
parent 4e5f4ee5e0
commit 4e36352567
4 changed files with 7 additions and 6 deletions

View file

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