summaryrefslogtreecommitdiff
path: root/apps/plugins
diff options
context:
space:
mode:
authorRafaël Carré <rafael.carre@gmail.com>2008-11-09 10:17:41 +0000
committerRafaël Carré <rafael.carre@gmail.com>2008-11-09 10:17:41 +0000
commitc198bac47db4904e8e808c3727eb9f80df33bc1e (patch)
tree1c271e7e0ec840d6ba9ea2a9ec0357c97249e684 /apps/plugins
parent9acf856da746ad4ea82f4a8f26acc15e70e35cf3 (diff)
downloadrockbox-c198bac47db4904e8e808c3727eb9f80df33bc1e.tar.gz
rockbox-c198bac47db4904e8e808c3727eb9f80df33bc1e.zip
plugin linker script: define memory sizes/origin for AS3525
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19050 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins')
-rw-r--r--apps/plugins/plugin.lds4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/plugins/plugin.lds b/apps/plugins/plugin.lds
index b26d03b48a..52ec93833a 100644
--- a/apps/plugins/plugin.lds
+++ b/apps/plugins/plugin.lds
@@ -86,6 +86,10 @@ OUTPUT_FORMAT(elf32-sh)
86#define IRAMSIZE 0xc000*/ 86#define IRAMSIZE 0xc000*/
87#define IRAM DRAM 87#define IRAM DRAM
88#define IRAMSIZE 0 88#define IRAMSIZE 0
89#elif CONFIG_CPU==AS3525
90#define IRAMORIG 0x0
91#define IRAMSIZE 0x50000
92#define DRAMORIG 0x30000000
89#else 93#else
90#define DRAMORIG 0x09000000 + STUBOFFSET 94#define DRAMORIG 0x09000000 + STUBOFFSET
91#endif 95#endif