From e7f7c3d15c2eccdc77d866fce6d4fe918567cac1 Mon Sep 17 00:00:00 2001 From: Tomasz Malesinski Date: Sun, 12 Feb 2006 23:16:05 +0000 Subject: 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 --- apps/plugins/plugin.lds | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/plugins') diff --git a/apps/plugins/plugin.lds b/apps/plugins/plugin.lds index 0e1657c559..f9c2406893 100644 --- a/apps/plugins/plugin.lds +++ b/apps/plugins/plugin.lds @@ -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 -- cgit v1.2.3