From a74d15025e24593962b9d02ee8dc67d497f8e42e Mon Sep 17 00:00:00 2001 From: Michael Sevakis Date: Fri, 2 May 2008 00:38:11 +0000 Subject: Build the remaining plugins for Gigabeat S and straigten out the fake IRAM in the codecs and plugins. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17303 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/plugin.lds | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'apps/plugins/plugin.lds') diff --git a/apps/plugins/plugin.lds b/apps/plugins/plugin.lds index 4a0ad73..92365c6 100644 --- a/apps/plugins/plugin.lds +++ b/apps/plugins/plugin.lds @@ -67,9 +67,10 @@ OUTPUT_FORMAT(elf32-sh) #define IRAMSIZE 4K #define IRAM DRAM #elif CONFIG_CPU == IMX31L -#define DRAMORIG 0x0 -#define IRAMORIG 0x1FFFC000 +#define DRAMORIG 0x0 + STUBOFFSET +#define IRAMORIG DRAMORIG #define IRAMSIZE 0x4000 +#define IRAM DRAM #elif CONFIG_CPU==DM320 #define DRAMORIG 0x00900000 + STUBOFFSET #define IRAMORIG DRAMORIG -- cgit v1.1