summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/plugins/plugin.lds4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/plugin.lds b/apps/plugins/plugin.lds
index eb21dd6eec..484157ac92 100644
--- a/apps/plugins/plugin.lds
+++ b/apps/plugins/plugin.lds
@@ -38,8 +38,8 @@ OUTPUT_FORMAT(elf32-sh)
38#define IRAMSIZE 0xc000 38#define IRAMSIZE 0xc000
39#elif CONFIG_CPU == PNX0101 39#elif CONFIG_CPU == PNX0101
40#define DRAMORIG 0xc00000 + STUBOFFSET 40#define DRAMORIG 0xc00000 + STUBOFFSET
41#define IRAMORIG 0x408000 41#define IRAMORIG 0x407000
42#define IRAMSIZE 0x8000 42#define IRAMSIZE 0x9000
43#else 43#else
44#define DRAMORIG 0x09000000 + STUBOFFSET 44#define DRAMORIG 0x09000000 + STUBOFFSET
45#endif 45#endif