remove some useless lines

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25721 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Nils Wallménius 2010-04-26 11:37:59 +00:00
parent 7eaea74f33
commit 3925cfeede

View file

@ -18,11 +18,7 @@ STARTUP(target/coldfire/crt0.o)
#define DRAMORIG 0x31000000 + STUBOFFSET
#define IRAMORIG 0x10000000
#ifdef IAUDIO_M3
#define IRAMSIZE 0xc000
#else
#define IRAMSIZE 0xc000
#endif
/* End of the audio buffer, where the codec buffer starts */
#define ENDAUDIOADDR (DRAMORIG + DRAMSIZE)