1
0
Fork 0
forked from len0rd/rockbox

Mapped iFP DRAM to 0xc00000 and enabled caching in this area.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8668 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Tomasz Malesinski 2006-02-12 23:16:05 +00:00
parent 6ffd3cfca4
commit e7f7c3d15c
5 changed files with 30 additions and 6 deletions

View file

@ -33,7 +33,7 @@ OUTPUT_FORMAT(elf32-sh)
#define IRAMORIG 0x4000c000
#define IRAMSIZE 0xc000
#elif CONFIG_CPU == PNX0101
#define DRAMORIG 0x24000000
#define DRAMORIG 0xc00000 + STUBOFFSET
#define IRAMORIG 0x408000
#define IRAMSIZE 0x8000
#else