summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/target/arm/as3525/app.lds3
1 files changed, 2 insertions, 1 deletions
diff --git a/firmware/target/arm/as3525/app.lds b/firmware/target/arm/as3525/app.lds
index 21cdac528b..09844a1aab 100644
--- a/firmware/target/arm/as3525/app.lds
+++ b/firmware/target/arm/as3525/app.lds
@@ -29,6 +29,7 @@ STARTUP(target/arm/crt0.o)
29#define CODECORIG (IRAMORIG + IRAMSIZE - CODEC_SIZE) 29#define CODECORIG (IRAMORIG + IRAMSIZE - CODEC_SIZE)
30#else 30#else
31#define DRAMSIZE (MEMORYSIZE * 0x100000) - STUBOFFSET - PLUGINSIZE - CODECSIZE 31#define DRAMSIZE (MEMORYSIZE * 0x100000) - STUBOFFSET - PLUGINSIZE - CODECSIZE
32#define CODECORIG (ENDAUDIOADDR)
32#endif 33#endif
33 34
34#define IRAMORIG 0x0 35#define IRAMORIG 0x0
@@ -163,5 +164,5 @@ SECTIONS
163 { 164 {
164 _pluginbuf = .; 165 _pluginbuf = .;
165 pluginbuf = .; 166 pluginbuf = .;
166 } > DRAM 167 }
167} 168}