summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/plugins/plugin.lds7
1 files changed, 6 insertions, 1 deletions
diff --git a/apps/plugins/plugin.lds b/apps/plugins/plugin.lds
index f27733a185..52a5cc32a5 100644
--- a/apps/plugins/plugin.lds
+++ b/apps/plugins/plugin.lds
@@ -36,6 +36,11 @@ OUTPUT_FORMAT(elf32-sh)
36#define DRAMORIG 0xc00000 + STUBOFFSET 36#define DRAMORIG 0xc00000 + STUBOFFSET
37#define IRAMORIG 0x407000 37#define IRAMORIG 0x407000
38#define IRAMSIZE 0x9000 38#define IRAMSIZE 0x9000
39#elif CONFIG_CPU == S3C2440
40#define DRAMORIG 0x100 + STUBOFFSET
41#define IRAMORIG DRAMORIG
42#define IRAMSIZE 4K
43#define IRAM DRAM
39#else 44#else
40#define DRAMORIG 0x09000000 + STUBOFFSET 45#define DRAMORIG 0x09000000 + STUBOFFSET
41#endif 46#endif
@@ -73,7 +78,7 @@ SECTIONS
73 .text : 78 .text :
74 { 79 {
75 *(.text*) 80 *(.text*)
76#if defined(CPU_PP) || (CONFIG_CPU==PNX0101) 81#ifdef CPU_ARM
77 *(.glue_7) 82 *(.glue_7)
78 *(.glue_7t) 83 *(.glue_7t)
79#endif 84#endif