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 a3e22e7832..70bc3e06c4 100644
--- a/apps/plugins/plugin.lds
+++ b/apps/plugins/plugin.lds
@@ -138,8 +138,8 @@ OUTPUT_FORMAT(elf32-littlemips)
138 138
139#elif CONFIG_CPU == JZ4732 139#elif CONFIG_CPU == JZ4732
140#define DRAMORIG 0x80004000 + STUBOFFSET 140#define DRAMORIG 0x80004000 + STUBOFFSET
141//#define IRAMORIG 0x80000000 141#define IRAM DRAM
142//#define IRAMSIZE 0x4000 142/* The bit of IRAM that is available is used in the core */
143#else 143#else
144#define DRAMORIG 0x09000000 + STUBOFFSET 144#define DRAMORIG 0x09000000 + STUBOFFSET
145#endif 145#endif