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 e796f4a05b..74cca5a96a 100644
--- a/firmware/app.lds
+++ b/firmware/app.lds
@@ -127,7 +127,7 @@ _pluginbuf = 0;
127#define IRAMORIG 0x40000000 127#define IRAMORIG 0x40000000
128#define IRAMSIZE 0xc000 128#define IRAMSIZE 0xc000
129#elif CONFIG_CPU==PNX0101 129#elif CONFIG_CPU==PNX0101
130#define DRAMORIG 0x24000000 + STUBOFFSET 130#define DRAMORIG 0xc00000 + STUBOFFSET
131#define IRAMORIG 0x400000 131#define IRAMORIG 0x400000
132#define IRAMSIZE 0x8000 132#define IRAMSIZE 0x8000
133#else 133#else