From bac611868e499aadf58bfcc3a64e5c80eecf40bd Mon Sep 17 00:00:00 2001 From: Thomas Martitz Date: Fri, 10 Apr 2009 17:00:23 +0000 Subject: =?UTF-8?q?FS#10114=20-=20Sansa=20AMS=20:=20use=20IRAM=20for=20cod?= =?UTF-8?q?ecs=20on=20>2MB=20targets=20Rafa=C3=ABl=20Carr=C3=A9=20Activate?= =?UTF-8?q?s=20IRAM=20for=20AMS=20Sansas=20to=20be=20used=20by=20codecs=20?= =?UTF-8?q?and=20core.=20Fixes=20Reboot-on-mp3=20and=20gives=20speed=20up?= =?UTF-8?q?=20on=20codecs=20using=20IRAM=20in=20general.=20I've=20made=20a?= =?UTF-8?q?=20change:=20the=20core/codec=20ratio=20is=200x20000/0x30000=20?= =?UTF-8?q?instead=20of=200x10000/0x40000,=200x30000=20is=20way=20more=20t?= =?UTF-8?q?han=20codecs=20currently=20use=20(0x14000=20at=20max)=20and=20t?= =?UTF-8?q?he=20core=20might=20need=20more=20than=200x10000.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20678 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/plugin.lds | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/plugins/plugin.lds') 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 -- cgit v1.1