summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/plugins/plugin.lds2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/plugin.lds b/apps/plugins/plugin.lds
index 847ce36061..536f76119f 100644
--- a/apps/plugins/plugin.lds
+++ b/apps/plugins/plugin.lds
@@ -53,7 +53,7 @@ OUTPUT_FORMAT(elf32-sh)
53#define DRAMORIG 0x31000000 53#define DRAMORIG 0x31000000
54#define IRAMORIG 0x10010000 54#define IRAMORIG 0x10010000
55#define IRAMSIZE 0x10000 55#define IRAMSIZE 0x10000
56#elif (defined(PP5022) || defined(PP5024)) 56#elif CONFIG_CPU == PP5022 || CONFIG_CPU == PP5024
57/* PP5022/24 have 128KB of IRAM */ 57/* PP5022/24 have 128KB of IRAM */
58#define DRAMORIG 0x00000000 58#define DRAMORIG 0x00000000
59#define IRAMORIG 0x4000c000 59#define IRAMORIG 0x4000c000