summaryrefslogtreecommitdiff
path: root/apps/plugins/plugin.lds
diff options
context:
space:
mode:
authorMaurus Cuelenaere <mcuelenaere@gmail.com>2010-01-03 16:34:56 +0000
committerMaurus Cuelenaere <mcuelenaere@gmail.com>2010-01-03 16:34:56 +0000
commit6acbff46734eb25d2b0c75901fff75c94a8fd0df (patch)
tree54b0936a20f13905dfa03af1058e8f6eadcf1f0e /apps/plugins/plugin.lds
parentd3bbe51629212e770b30c701bef1b583b8deae88 (diff)
downloadrockbox-6acbff46734eb25d2b0c75901fff75c94a8fd0df.tar.gz
rockbox-6acbff46734eb25d2b0c75901fff75c94a8fd0df.zip
Onda VX747/VX777: cleanup linker files a bit
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24169 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/plugin.lds')
-rw-r--r--apps/plugins/plugin.lds1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugins/plugin.lds b/apps/plugins/plugin.lds
index fcfbf3bfe0..fe38b646d9 100644
--- a/apps/plugins/plugin.lds
+++ b/apps/plugins/plugin.lds
@@ -153,6 +153,7 @@ OUTPUT_FORMAT(elf32-littlemips)
153#elif CONFIG_CPU == JZ4732 153#elif CONFIG_CPU == JZ4732
154#define DRAMORIG 0x80004000 + STUBOFFSET 154#define DRAMORIG 0x80004000 + STUBOFFSET
155#define IRAM DRAM 155#define IRAM DRAM
156#define IRAMSIZE 0
156/* The bit of IRAM that is available is used in the core */ 157/* The bit of IRAM that is available is used in the core */
157#else 158#else
158#define DRAMORIG 0x09000000 + STUBOFFSET 159#define DRAMORIG 0x09000000 + STUBOFFSET