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 998ac40791..6c67a96481 100644
--- a/firmware/app.lds
+++ b/firmware/app.lds
@@ -60,6 +60,10 @@ INPUT(target/sh/crt0.o)
60#define DRAMORIG 0x00900000 + STUBOFFSET 60#define DRAMORIG 0x00900000 + STUBOFFSET
61#define IRAMORIG 0x00000000 61#define IRAMORIG 0x00000000
62#define IRAMSIZE 0x4000 62#define IRAMSIZE 0x4000
63#elif CONFIG_CPU==IMX31L
64#define DRAMORIG (0x80000000 + STUBOFFSET)
65#define IRAMORIG 0x1FFFC000
66#define IRAMSIZE 0x4000
63#else 67#else
64#define DRAMORIG 0x09000000 + STUBOFFSET 68#define DRAMORIG 0x09000000 + STUBOFFSET
65#define IRAMORIG 0x0f000000 69#define IRAMORIG 0x0f000000