diff options
author | Andree Buschmann <AndreeBuschmann@t-online.de> | 2010-03-07 20:22:49 +0000 |
---|---|---|
committer | Andree Buschmann <AndreeBuschmann@t-online.de> | 2010-03-07 20:22:49 +0000 |
commit | 260c0184de30b0f71288548686270126577db5f8 (patch) | |
tree | 32fb49fc63aabb5094a11dfc7aac75f5cfe4e09c /firmware/target/coldfire | |
parent | b3d9578c27160280dc01350f6e7b87d0be53d70f (diff) |
Set IRAM split to 48KB / 80KB (apps / plugins) for M5 and X5. This way codecs can be optimized further.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25057 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/target/coldfire')
-rw-r--r-- | firmware/target/coldfire/iaudio/app.lds | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/target/coldfire/iaudio/app.lds b/firmware/target/coldfire/iaudio/app.lds index 5cb2f6cb3f..b7164f9941 100644 --- a/firmware/target/coldfire/iaudio/app.lds +++ b/firmware/target/coldfire/iaudio/app.lds @@ -21,7 +21,7 @@ STARTUP(target/coldfire/crt0.o) #ifdef IAUDIO_M3 #define IRAMSIZE 0xc000 #else -#define IRAMSIZE 0x10000 +#define IRAMSIZE 0xc000 #endif /* End of the audio buffer, where the codec buffer starts */ |