summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2006-11-09 21:15:49 +0000
committerJens Arnold <amiconn@rockbox.org>2006-11-09 21:15:49 +0000
commit2e383a430de025378bf17942a1cf5ea86860f700 (patch)
tree2157737771ab2da4776504316f396a057981933a /apps
parent412bea9782db6843bcefd53ce7ce74b003b3c8c5 (diff)
downloadrockbox-2e383a430de025378bf17942a1cf5ea86860f700.tar.gz
rockbox-2e383a430de025378bf17942a1cf5ea86860f700.zip
X5: Changed IRAM splitting between core and codecs/plugins. (a) Codecs benefit more from IRAM than the core. Further changes are required to actually make use of this. (b) This way, all core IRAM is DMA capable (wasn't the case before), so one less pitfall.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11482 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
-rw-r--r--apps/plugins/plugin.lds4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/plugin.lds b/apps/plugins/plugin.lds
index 484157ac92..f72059c107 100644
--- a/apps/plugins/plugin.lds
+++ b/apps/plugins/plugin.lds
@@ -30,8 +30,8 @@ OUTPUT_FORMAT(elf32-sh)
30#define IRAMSIZE 0xc000 30#define IRAMSIZE 0xc000
31#elif defined(IAUDIO_X5) 31#elif defined(IAUDIO_X5)
32#define DRAMORIG 0x31000000 32#define DRAMORIG 0x31000000
33#define IRAMORIG 0x10014000 33#define IRAMORIG 0x10010000
34#define IRAMSIZE 0xc000 34#define IRAMSIZE 0x10000
35#elif defined(ARCH_IPOD) 35#elif defined(ARCH_IPOD)
36#define DRAMORIG 0x00000000 36#define DRAMORIG 0x00000000
37#define IRAMORIG 0x4000c000 37#define IRAMORIG 0x4000c000