summaryrefslogtreecommitdiff
path: root/apps/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins')
-rw-r--r--apps/plugins/plugin.lds4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/plugin.lds b/apps/plugins/plugin.lds
index d6f62341ce..46c4ad64c3 100644
--- a/apps/plugins/plugin.lds
+++ b/apps/plugins/plugin.lds
@@ -100,8 +100,8 @@ OUTPUT_FORMAT(elf32-littlemips)
100#define CODEC_ORIGIN (0x50000 - CODEC_SIZE) 100#define CODEC_ORIGIN (0x50000 - CODEC_SIZE)
101#define PLUGIN_ORIGIN (DRAMORIG + DRAMSIZE) 101#define PLUGIN_ORIGIN (DRAMORIG + DRAMSIZE)
102#else 102#else
103#define IRAMORIG 0x0 103#define IRAMORIG 0x20000
104#define IRAMSIZE 0x50000 104#define IRAMSIZE 0x30000
105#endif 105#endif
106#define DRAMORIG 0x30000000 106#define DRAMORIG 0x30000000
107 107