mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 13:15:18 -05:00
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
This commit is contained in:
parent
b3d9578c27
commit
260c0184de
2 changed files with 3 additions and 3 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue