summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2006-03-21 12:25:40 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2006-03-21 12:25:40 +0000
commit7664a4f7e098c7d349cb0cd75ce48b10cfd261fd (patch)
treec252be9a3e4f0415c6b0390fb018cb9639850119 /firmware
parent1b383a9745dbe941508bbc80b7c030eb759c05c1 (diff)
downloadrockbox-7664a4f7e098c7d349cb0cd75ce48b10cfd261fd.tar.gz
rockbox-7664a4f7e098c7d349cb0cd75ce48b10cfd261fd.zip
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.lds2
1 files changed, 1 insertions, 1 deletions
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;
125#elif defined(IAUDIO_X5) 125#elif defined(IAUDIO_X5)
126#define DRAMORIG 0x31000000 + STUBOFFSET 126#define DRAMORIG 0x31000000 + STUBOFFSET
127#define IRAMORIG 0x10000000 127#define IRAMORIG 0x10000000
128#define IRAMSIZE 0x20000 128#define IRAMSIZE 0xc000
129#elif (CONFIG_CPU==PP5002) || (CONFIG_CPU==PP5020) 129#elif (CONFIG_CPU==PP5002) || (CONFIG_CPU==PP5020)
130#define DRAMORIG 0x00000000 + STUBOFFSET 130#define DRAMORIG 0x00000000 + STUBOFFSET
131#define IRAMORIG 0x40000000 131#define IRAMORIG 0x40000000