diff options
| author | Linus Nielsen Feltzing <linus@haxx.se> | 2006-03-21 12:25:40 +0000 |
|---|---|---|
| committer | Linus Nielsen Feltzing <linus@haxx.se> | 2006-03-21 12:25:40 +0000 |
| commit | 7664a4f7e098c7d349cb0cd75ce48b10cfd261fd (patch) | |
| tree | c252be9a3e4f0415c6b0390fb018cb9639850119 /firmware | |
| parent | 1b383a9745dbe941508bbc80b7c030eb759c05c1 (diff) | |
| download | rockbox-7664a4f7e098c7d349cb0cd75ce48b10cfd261fd.zip rockbox-7664a4f7e098c7d349cb0cd75ce48b10cfd261fd.tar.gz rockbox-7664a4f7e098c7d349cb0cd75ce48b10cfd261fd.tar.bz2 rockbox-7664a4f7e098c7d349cb0cd75ce48b10cfd261fd.tar.xz | |
Correct IRAM size for the iAudio X5 app
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9159 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware')
| -rw-r--r-- | firmware/app.lds | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/app.lds b/firmware/app.lds index adbefff..0d7c191 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 |