summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/app.lds2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/app.lds b/firmware/app.lds
index cf3c5a5cb5..d85faf1fa9 100644
--- a/firmware/app.lds
+++ b/firmware/app.lds
@@ -54,7 +54,7 @@ INPUT(target/sh/crt0.o)
54#define DRAMORIG 0x00000100 + STUBOFFSET 54#define DRAMORIG 0x00000100 + STUBOFFSET
55#define IRAMSIZE 0x1000 55#define IRAMSIZE 0x1000
56/* This is not really IRAM!! Should be 0x40000000, but it doesn't work */ 56/* This is not really IRAM!! Should be 0x40000000, but it doesn't work */
57#define IRAMORIG (MEMORYSIZE * 0x100000) - IRAMSIZE - LCD_BUFFER_SIZE - TTB_SIZE 57#define IRAMORIG (MEMORYSIZE * 0x100000) - IRAMSIZE - LCD_BUFFER_SIZE - TTB_SIZE + DRAMORIG
58#elif CONFIG_CPU==DM320 58#elif CONFIG_CPU==DM320
59#define DRAMORIG 0x00900000 + STUBOFFSET 59#define DRAMORIG 0x00900000 + STUBOFFSET
60#define IRAMORIG 0x00000000 60#define IRAMORIG 0x00000000