summaryrefslogtreecommitdiff
path: root/firmware/app.lds
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/app.lds')
-rw-r--r--firmware/app.lds4
1 files changed, 4 insertions, 0 deletions
diff --git a/firmware/app.lds b/firmware/app.lds
index 74cca5a96a..5309311ee1 100644
--- a/firmware/app.lds
+++ b/firmware/app.lds
@@ -130,6 +130,10 @@ _pluginbuf = 0;
130#define DRAMORIG 0xc00000 + STUBOFFSET 130#define DRAMORIG 0xc00000 + STUBOFFSET
131#define IRAMORIG 0x400000 131#define IRAMORIG 0x400000
132#define IRAMSIZE 0x8000 132#define IRAMSIZE 0x8000
133#elif CONFIG_CPU==S3C2440
134#define DRAMORIG 0x30000000 + STUBOFFSET
135#define IRAMORIG 0x40000000
136#define IRAMSIZE 4K
133#else 137#else
134#define DRAMORIG 0x09000000 + STUBOFFSET 138#define DRAMORIG 0x09000000 + STUBOFFSET
135#define IRAMORIG 0x0f000000 139#define IRAMORIG 0x0f000000