summaryrefslogtreecommitdiff
path: root/firmware/app.lds
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/app.lds')
-rw-r--r--firmware/app.lds2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/app.lds b/firmware/app.lds
index af5cd8d9da..e17e5a97b9 100644
--- a/firmware/app.lds
+++ b/firmware/app.lds
@@ -123,7 +123,7 @@ _pluginbuf = 0;
123#define IRAMORIG 0x10000000 123#define IRAMORIG 0x10000000
124#define IRAMSIZE 0xc000 124#define IRAMSIZE 0xc000
125#elif CONFIG_CPU==PP5020 125#elif CONFIG_CPU==PP5020
126#define DRAMORIG 0x10000000 + STUBOFFSET 126#define DRAMORIG 0x00000000 + STUBOFFSET
127#define IRAMORIG 0x40000000 127#define IRAMORIG 0x40000000
128#define IRAMSIZE 0xc000 128#define IRAMSIZE 0xc000
129#else 129#else