From ed95be983cb9df8dd43f900de604acd30aa20431 Mon Sep 17 00:00:00 2001 From: Rob Purchase Date: Tue, 24 Jun 2008 07:38:35 +0000 Subject: D2: Editing config.h wasn't enough to fully disable IRAM - also disable it in *.lds for a crash fix and further 100% increase in codec performance. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17779 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/plugin.lds | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'apps/plugins') diff --git a/apps/plugins/plugin.lds b/apps/plugins/plugin.lds index 536f76119f..418e29fc99 100644 --- a/apps/plugins/plugin.lds +++ b/apps/plugins/plugin.lds @@ -82,8 +82,10 @@ OUTPUT_FORMAT(elf32-sh) #define IRAM DRAM #elif defined(CPU_TCC780X) #define DRAMORIG 0x20000000 -#define IRAMORIG 0x1000c000 -#define IRAMSIZE 0xc000 +/*#define IRAMORIG 0x1000c000 +#define IRAMSIZE 0xc000*/ +#define IRAM DRAM +#define IRAMSIZE 0 #else #define DRAMORIG 0x09000000 + STUBOFFSET #endif -- cgit v1.2.3