summaryrefslogtreecommitdiff
path: root/firmware/target/coldfire/iaudio
diff options
context:
space:
mode:
authorAndree Buschmann <AndreeBuschmann@t-online.de>2010-03-07 20:22:49 +0000
committerAndree Buschmann <AndreeBuschmann@t-online.de>2010-03-07 20:22:49 +0000
commit260c0184de30b0f71288548686270126577db5f8 (patch)
tree32fb49fc63aabb5094a11dfc7aac75f5cfe4e09c /firmware/target/coldfire/iaudio
parentb3d9578c27160280dc01350f6e7b87d0be53d70f (diff)
downloadrockbox-260c0184de30b0f71288548686270126577db5f8.tar.gz
rockbox-260c0184de30b0f71288548686270126577db5f8.zip
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/iaudio')
-rw-r--r--firmware/target/coldfire/iaudio/app.lds2
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)
21#ifdef IAUDIO_M3 21#ifdef IAUDIO_M3
22#define IRAMSIZE 0xc000 22#define IRAMSIZE 0xc000
23#else 23#else
24#define IRAMSIZE 0x10000 24#define IRAMSIZE 0xc000
25#endif 25#endif
26 26
27/* End of the audio buffer, where the codec buffer starts */ 27/* End of the audio buffer, where the codec buffer starts */