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.lds4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/plugins/plugin.lds b/apps/plugins/plugin.lds
index f38f60656a..6b4310c0b7 100644
--- a/apps/plugins/plugin.lds
+++ b/apps/plugins/plugin.lds
@@ -43,6 +43,10 @@ OUTPUT_FORMAT(elf32-sh)
43#define IRAMORIG DRAMORIG 43#define IRAMORIG DRAMORIG
44#define IRAMSIZE 4K 44#define IRAMSIZE 4K
45#define IRAM DRAM 45#define IRAM DRAM
46#elif CONFIG_CPU == IMX31L
47#define DRAMORIG 0x80000000
48#define IRAMORIG 0x1FFFC000
49#define IRAMSIZE 0x4000
46#else 50#else
47#define DRAMORIG 0x09000000 + STUBOFFSET 51#define DRAMORIG 0x09000000 + STUBOFFSET
48#endif 52#endif