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 | |
parent | b3d9578c27160280dc01350f6e7b87d0be53d70f (diff) | |
download | rockbox-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
-rw-r--r-- | apps/plugins/plugin.lds | 4 | ||||
-rw-r--r-- | firmware/target/coldfire/iaudio/app.lds | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/apps/plugins/plugin.lds b/apps/plugins/plugin.lds index 82d6354b24..0ef27603e9 100644 --- a/apps/plugins/plugin.lds +++ b/apps/plugins/plugin.lds | |||
@@ -92,8 +92,8 @@ OUTPUT_FORMAT(elf32-littlemips) | |||
92 | 92 | ||
93 | #elif defined(IAUDIO_X5) || defined(IAUDIO_M5) | 93 | #elif defined(IAUDIO_X5) || defined(IAUDIO_M5) |
94 | #define DRAMORIG 0x31000000 | 94 | #define DRAMORIG 0x31000000 |
95 | #define IRAMORIG 0x10010000 | 95 | #define IRAMORIG 0x1000c000 |
96 | #define IRAMSIZE 0x10000 | 96 | #define IRAMSIZE 0x14000 |
97 | 97 | ||
98 | #elif CONFIG_CPU == PP5022 || CONFIG_CPU == PP5024 | 98 | #elif CONFIG_CPU == PP5022 || CONFIG_CPU == PP5024 |
99 | /* PP5022/24 have 128KB of IRAM */ | 99 | /* PP5022/24 have 128KB of IRAM */ |
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 */ |