From 38436038a9e50e8314967672fb5e7b9a5009a4be Mon Sep 17 00:00:00 2001 From: Maurus Cuelenaere Date: Thu, 26 Feb 2009 21:15:40 +0000 Subject: Ingenic Jz4740: * Add initial RoLo support * Don't enable IRAM in plugins for now * Initial try at getting PCM working (doesn't crash anymore at least) * Replace hard-coded constant with #define in usb-jz4740 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20115 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 8840805702..ccf60100bf 100644 --- a/apps/plugins/plugin.lds +++ b/apps/plugins/plugin.lds @@ -106,8 +106,8 @@ OUTPUT_FORMAT(elf32-littlemips) #elif CONFIG_CPU == JZ4732 #define DRAMORIG 0x80004000 + STUBOFFSET -#define IRAMORIG 0x80000000 -#define IRAMSIZE 0x4000 +//#define IRAMORIG 0x80000000 +//#define IRAMSIZE 0x4000 #else #define DRAMORIG 0x09000000 + STUBOFFSET #endif -- cgit v1.2.3