summaryrefslogtreecommitdiff
path: root/apps/plugins/plugin.lds
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/plugin.lds')
-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 bd49afc0d0..6737803c1f 100644
--- a/apps/plugins/plugin.lds
+++ b/apps/plugins/plugin.lds
@@ -20,7 +20,11 @@ OUTPUT_FORMAT(elf32-sh)
20#define DRAMORIG 0x09000000 + STUBOFFSET 20#define DRAMORIG 0x09000000 + STUBOFFSET
21#endif 21#endif
22 22
23#if MEMORYSIZE >= 32
24#define PLUGIN_LENGTH 0xC0000
25#else
23#define PLUGIN_LENGTH 0x8000 26#define PLUGIN_LENGTH 0x8000
27#endif
24#define DRAMSIZE (MEMORYSIZE * 0x100000) - PLUGIN_LENGTH 28#define DRAMSIZE (MEMORYSIZE * 0x100000) - PLUGIN_LENGTH
25#define PLUGIN_ORIGIN (DRAMORIG + (DRAMSIZE)) 29#define PLUGIN_ORIGIN (DRAMORIG + (DRAMSIZE))
26 30