summaryrefslogtreecommitdiff
path: root/firmware/target/coldfire
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/coldfire')
-rw-r--r--firmware/target/coldfire/iaudio/app.lds4
1 files changed, 0 insertions, 4 deletions
diff --git a/firmware/target/coldfire/iaudio/app.lds b/firmware/target/coldfire/iaudio/app.lds
index b7164f9941..92009f8a41 100644
--- a/firmware/target/coldfire/iaudio/app.lds
+++ b/firmware/target/coldfire/iaudio/app.lds
@@ -18,11 +18,7 @@ STARTUP(target/coldfire/crt0.o)
18 18
19#define DRAMORIG 0x31000000 + STUBOFFSET 19#define DRAMORIG 0x31000000 + STUBOFFSET
20#define IRAMORIG 0x10000000 20#define IRAMORIG 0x10000000
21#ifdef IAUDIO_M3
22#define IRAMSIZE 0xc000 21#define IRAMSIZE 0xc000
23#else
24#define IRAMSIZE 0xc000
25#endif
26 22
27/* End of the audio buffer, where the codec buffer starts */ 23/* End of the audio buffer, where the codec buffer starts */
28#define ENDAUDIOADDR (DRAMORIG + DRAMSIZE) 24#define ENDAUDIOADDR (DRAMORIG + DRAMSIZE)