summaryrefslogtreecommitdiff
path: root/apps/plugins/plugin.lds
diff options
context:
space:
mode:
authorRob Purchase <shotofadds@rockbox.org>2008-06-24 07:38:35 +0000
committerRob Purchase <shotofadds@rockbox.org>2008-06-24 07:38:35 +0000
commited95be983cb9df8dd43f900de604acd30aa20431 (patch)
tree51feeab434f474c18d5ea521224fd0d64864eca2 /apps/plugins/plugin.lds
parent38fb1aa5cb6fe436bca4630de2981a2b41283984 (diff)
downloadrockbox-ed95be983cb9df8dd43f900de604acd30aa20431.zip
rockbox-ed95be983cb9df8dd43f900de604acd30aa20431.tar.gz
rockbox-ed95be983cb9df8dd43f900de604acd30aa20431.tar.bz2
rockbox-ed95be983cb9df8dd43f900de604acd30aa20431.tar.xz
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
Diffstat (limited to 'apps/plugins/plugin.lds')
-rw-r--r--apps/plugins/plugin.lds6
1 files changed, 4 insertions, 2 deletions
diff --git a/apps/plugins/plugin.lds b/apps/plugins/plugin.lds
index 536f761..418e29f 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