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 --- firmware/app.lds | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'firmware/app.lds') diff --git a/firmware/app.lds b/firmware/app.lds index e796f4a..74cca5a 100644 --- a/firmware/app.lds +++ b/firmware/app.lds @@ -127,7 +127,7 @@ _pluginbuf = 0; #define IRAMORIG 0x40000000 #define IRAMSIZE 0xc000 #elif CONFIG_CPU==PNX0101 -#define DRAMORIG 0x24000000 + STUBOFFSET +#define DRAMORIG 0xc00000 + STUBOFFSET #define IRAMORIG 0x400000 #define IRAMSIZE 0x8000 #else -- cgit v1.1