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.lds5
1 files changed, 3 insertions, 2 deletions
diff --git a/apps/plugins/plugin.lds b/apps/plugins/plugin.lds
index 4a0ad7326e..92365c6269 100644
--- a/apps/plugins/plugin.lds
+++ b/apps/plugins/plugin.lds
@@ -67,9 +67,10 @@ OUTPUT_FORMAT(elf32-sh)
67#define IRAMSIZE 4K 67#define IRAMSIZE 4K
68#define IRAM DRAM 68#define IRAM DRAM
69#elif CONFIG_CPU == IMX31L 69#elif CONFIG_CPU == IMX31L
70#define DRAMORIG 0x0 70#define DRAMORIG 0x0 + STUBOFFSET
71#define IRAMORIG 0x1FFFC000 71#define IRAMORIG DRAMORIG
72#define IRAMSIZE 0x4000 72#define IRAMSIZE 0x4000
73#define IRAM DRAM
73#elif CONFIG_CPU==DM320 74#elif CONFIG_CPU==DM320
74#define DRAMORIG 0x00900000 + STUBOFFSET 75#define DRAMORIG 0x00900000 + STUBOFFSET
75#define IRAMORIG DRAMORIG 76#define IRAMORIG DRAMORIG