From 590501cfe404b5463adecc70628e5bc7c8f142a2 Mon Sep 17 00:00:00 2001 From: Will Robertson Date: Fri, 21 Sep 2007 15:51:53 +0000 Subject: Merge the Gigabeat S branch back into trunk. Fingers crossed nothing breaks. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14805 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/plugin.lds | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'apps/plugins/plugin.lds') diff --git a/apps/plugins/plugin.lds b/apps/plugins/plugin.lds index f38f60656a..6b4310c0b7 100644 --- a/apps/plugins/plugin.lds +++ b/apps/plugins/plugin.lds @@ -43,6 +43,10 @@ OUTPUT_FORMAT(elf32-sh) #define IRAMORIG DRAMORIG #define IRAMSIZE 4K #define IRAM DRAM +#elif CONFIG_CPU == IMX31L +#define DRAMORIG 0x80000000 +#define IRAMORIG 0x1FFFC000 +#define IRAMSIZE 0x4000 #else #define DRAMORIG 0x09000000 + STUBOFFSET #endif -- cgit v1.2.3