summaryrefslogtreecommitdiff
path: root/apps/plugins/plugin.lds
diff options
context:
space:
mode:
authorMichael Sevakis <jethead71@rockbox.org>2008-05-02 00:38:11 +0000
committerMichael Sevakis <jethead71@rockbox.org>2008-05-02 00:38:11 +0000
commita74d15025e24593962b9d02ee8dc67d497f8e42e (patch)
tree1ef1cc8c0a131c3848029c83d767271599b0fd32 /apps/plugins/plugin.lds
parent05423386d4c5cb185c21f4bb1014618c6f66e6d4 (diff)
downloadrockbox-a74d15025e24593962b9d02ee8dc67d497f8e42e.zip
rockbox-a74d15025e24593962b9d02ee8dc67d497f8e42e.tar.gz
rockbox-a74d15025e24593962b9d02ee8dc67d497f8e42e.tar.bz2
rockbox-a74d15025e24593962b9d02ee8dc67d497f8e42e.tar.xz
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
Diffstat (limited to 'apps/plugins/plugin.lds')
-rw-r--r--apps/plugins/plugin.lds5
1 files changed, 3 insertions, 2 deletions
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