summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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