summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/plugins/plugin.lds4
-rw-r--r--firmware/app.lds2
2 files changed, 3 insertions, 3 deletions
diff --git a/apps/plugins/plugin.lds b/apps/plugins/plugin.lds
index 484157ac92..f72059c107 100644
--- a/apps/plugins/plugin.lds
+++ b/apps/plugins/plugin.lds
@@ -30,8 +30,8 @@ OUTPUT_FORMAT(elf32-sh)
30#define IRAMSIZE 0xc000 30#define IRAMSIZE 0xc000
31#elif defined(IAUDIO_X5) 31#elif defined(IAUDIO_X5)
32#define DRAMORIG 0x31000000 32#define DRAMORIG 0x31000000
33#define IRAMORIG 0x10014000 33#define IRAMORIG 0x10010000
34#define IRAMSIZE 0xc000 34#define IRAMSIZE 0x10000
35#elif defined(ARCH_IPOD) 35#elif defined(ARCH_IPOD)
36#define DRAMORIG 0x00000000 36#define DRAMORIG 0x00000000
37#define IRAMORIG 0x4000c000 37#define IRAMORIG 0x4000c000
diff --git a/firmware/app.lds b/firmware/app.lds
index 173573b602..f2bd9dbb4e 100644
--- a/firmware/app.lds
+++ b/firmware/app.lds
@@ -129,7 +129,7 @@ _pluginbuf = 0;
129#elif defined(IAUDIO_X5) 129#elif defined(IAUDIO_X5)
130#define DRAMORIG 0x31000000 + STUBOFFSET 130#define DRAMORIG 0x31000000 + STUBOFFSET
131#define IRAMORIG 0x10000000 131#define IRAMORIG 0x10000000
132#define IRAMSIZE 0x14000 132#define IRAMSIZE 0x10000
133#elif (CONFIG_CPU==PP5002) || (CONFIG_CPU==PP5020) 133#elif (CONFIG_CPU==PP5002) || (CONFIG_CPU==PP5020)
134#define DRAMORIG 0x00000000 + STUBOFFSET 134#define DRAMORIG 0x00000000 + STUBOFFSET
135#define IRAMORIG 0x40000000 135#define IRAMORIG 0x40000000