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.lds2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/plugin.lds b/apps/plugins/plugin.lds
index 7a20ddd219..1da9065760 100644
--- a/apps/plugins/plugin.lds
+++ b/apps/plugins/plugin.lds
@@ -120,7 +120,7 @@ OUTPUT_FORMAT(elf32-littlemips)
120#define IRAMSIZE 0 120#define IRAMSIZE 0
121 121
122#elif CONFIG_CPU==DM320 122#elif CONFIG_CPU==DM320
123#define DRAMORIG 0x00900000 + STUBOFFSET 123#define DRAMORIG CONFIG_SDRAM_START + STUBOFFSET
124#define IRAM DRAM 124#define IRAM DRAM
125/* The bit of IRAM that is available is used in the core */ 125/* The bit of IRAM that is available is used in the core */
126#define IRAMSIZE 0 126#define IRAMSIZE 0