diff options
author | Nils Wallménius <nils@rockbox.org> | 2010-04-26 11:37:59 +0000 |
---|---|---|
committer | Nils Wallménius <nils@rockbox.org> | 2010-04-26 11:37:59 +0000 |
commit | 3925cfeedeab9e9189a6962186613178780b778d (patch) | |
tree | b7ddbcec057b85881d6ee49540faa659c16c1a05 | |
parent | 7eaea74f331b594eaf0154691e704259e5cb915a (diff) | |
download | rockbox-3925cfeedeab9e9189a6962186613178780b778d.tar.gz rockbox-3925cfeedeab9e9189a6962186613178780b778d.zip |
remove some useless lines
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25721 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r-- | firmware/target/coldfire/iaudio/app.lds | 4 |
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) |