summaryrefslogtreecommitdiff
path: root/apps/plugins/plugin.lds
diff options
context:
space:
mode:
authorKarl Kurbjun <kkurbjun@gmail.com>2007-11-02 05:21:34 +0000
committerKarl Kurbjun <kkurbjun@gmail.com>2007-11-02 05:21:34 +0000
commit38548c71185a3563b55f43b069fb7b5408691645 (patch)
treeee9952d225c32c083b63f3c68cf7300c33b8c93b /apps/plugins/plugin.lds
parent574b1009a64f8cb53a16aa43c28694486efb8455 (diff)
downloadrockbox-38548c71185a3563b55f43b069fb7b5408691645.zip
rockbox-38548c71185a3563b55f43b069fb7b5408691645.tar.gz
rockbox-38548c71185a3563b55f43b069fb7b5408691645.tar.bz2
rockbox-38548c71185a3563b55f43b069fb7b5408691645.tar.xz
Build some more plugins for M:Robe most work, doom builds and runs if you use a hack - need to fix the user timer so that it works properly.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15403 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 be645b4..e877811 100644
--- a/apps/plugins/plugin.lds
+++ b/apps/plugins/plugin.lds
@@ -57,8 +57,9 @@ OUTPUT_FORMAT(elf32-sh)
#define IRAMSIZE 0x4000
#elif CONFIG_CPU==DM320
#define DRAMORIG 0x00900000 + STUBOFFSET
-#define IRAMORIG 0x00000100
-#define IRAMSIZE 0x4000-0x100
+#define IRAMORIG DRAMORIG
+#define IRAMSIZE 0x4000
+#define IRAM DRAM
#else
#define DRAMORIG 0x09000000 + STUBOFFSET
#endif