diff options
Diffstat (limited to 'firmware/target/arm/as3525/app.lds')
-rw-r--r-- | firmware/target/arm/as3525/app.lds | 3 |
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) #define CODECORIG (IRAMORIG + IRAMSIZE - CODEC_SIZE) #else #define DRAMSIZE (MEMORYSIZE * 0x100000) - STUBOFFSET - PLUGINSIZE - CODECSIZE +#define CODECORIG (ENDAUDIOADDR) #endif #define IRAMORIG 0x0 @@ -163,5 +164,5 @@ SECTIONS { _pluginbuf = .; pluginbuf = .; - } > DRAM + } } |