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 4a0ad73..92365c6 100644
--- a/apps/plugins/plugin.lds
+++ b/apps/plugins/plugin.lds
@@ -67,9 +67,10 @@ OUTPUT_FORMAT(elf32-sh)
#define IRAMSIZE 4K
#define IRAM DRAM
#elif CONFIG_CPU == IMX31L
-#define DRAMORIG 0x0
-#define IRAMORIG 0x1FFFC000
+#define DRAMORIG 0x0 + STUBOFFSET
+#define IRAMORIG DRAMORIG
#define IRAMSIZE 0x4000
+#define IRAM DRAM
#elif CONFIG_CPU==DM320
#define DRAMORIG 0x00900000 + STUBOFFSET
#define IRAMORIG DRAMORIG