summaryrefslogtreecommitdiff
path: root/apps/plugins/plugin.lds
diff options
context:
space:
mode:
authorThomas Martitz <kugel@rockbox.org>2009-04-10 17:00:23 +0000
committerThomas Martitz <kugel@rockbox.org>2009-04-10 17:00:23 +0000
commitbac611868e499aadf58bfcc3a64e5c80eecf40bd (patch)
treed2b4b920ef3793afac7175258149f3695cdfd4f5 /apps/plugins/plugin.lds
parent0eb9288056ac73b40f47d82b807e16b48f45292a (diff)
downloadrockbox-bac611868e499aadf58bfcc3a64e5c80eecf40bd.zip
rockbox-bac611868e499aadf58bfcc3a64e5c80eecf40bd.tar.gz
rockbox-bac611868e499aadf58bfcc3a64e5c80eecf40bd.tar.bz2
rockbox-bac611868e499aadf58bfcc3a64e5c80eecf40bd.tar.xz
FS#10114 - Sansa AMS : use IRAM for codecs on >2MB targets Rafaël Carré
Activates IRAM for AMS Sansas to be used by codecs and core. Fixes Reboot-on-mp3 and gives speed up on codecs using IRAM in general. I've made a change: the core/codec ratio is 0x20000/0x30000 instead of 0x10000/0x40000, 0x30000 is way more than codecs currently use (0x14000 at max) and the core might need more than 0x10000. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20678 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/plugin.lds')
-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 d6f6234..46c4ad6 100644
--- a/apps/plugins/plugin.lds
+++ b/apps/plugins/plugin.lds
@@ -100,8 +100,8 @@ OUTPUT_FORMAT(elf32-littlemips)
#define CODEC_ORIGIN (0x50000 - CODEC_SIZE)
#define PLUGIN_ORIGIN (DRAMORIG + DRAMSIZE)
#else
-#define IRAMORIG 0x0
-#define IRAMSIZE 0x50000
+#define IRAMORIG 0x20000
+#define IRAMSIZE 0x30000
#endif
#define DRAMORIG 0x30000000