From 7664a4f7e098c7d349cb0cd75ce48b10cfd261fd Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Tue, 21 Mar 2006 12:25:40 +0000 Subject: Correct IRAM size for the iAudio X5 app git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9159 a1c6a512-1295-4272-9138-f99709370657 --- firmware/app.lds | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'firmware') diff --git a/firmware/app.lds b/firmware/app.lds index adbefffb5e..0d7c191660 100644 --- a/firmware/app.lds +++ b/firmware/app.lds @@ -125,7 +125,7 @@ _pluginbuf = 0; #elif defined(IAUDIO_X5) #define DRAMORIG 0x31000000 + STUBOFFSET #define IRAMORIG 0x10000000 -#define IRAMSIZE 0x20000 +#define IRAMSIZE 0xc000 #elif (CONFIG_CPU==PP5002) || (CONFIG_CPU==PP5020) #define DRAMORIG 0x00000000 + STUBOFFSET #define IRAMORIG 0x40000000 -- cgit v1.2.3