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 d88ce9fd60..87f3d2ae23 100644
--- a/firmware/app.lds
+++ b/firmware/app.lds
@@ -70,7 +70,7 @@ INPUT(target/sh/crt0.o)
70#define IRAMORIG 0x00000000 70#define IRAMORIG 0x00000000
71#define IRAMSIZE 0x4000 71#define IRAMSIZE 0x4000
72#elif CONFIG_CPU==IMX31L 72#elif CONFIG_CPU==IMX31L
73#define DRAMORIG (0x80000000 + STUBOFFSET) 73#define DRAMORIG (0x88000000 + STUBOFFSET)
74#define IRAMORIG 0x1FFFC000 74#define IRAMORIG 0x1FFFC000
75#define IRAMSIZE 0x4000 75#define IRAMSIZE 0x4000
76#else 76#else