Be sure SPC codec runs nicely from the start by using more IRAM when the dual core is done for PP5002. Basically ready, it is.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15808 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
9beb210007
commit
a124e1251a
1 changed files with 3 additions and 0 deletions
|
@ -80,6 +80,8 @@
|
|||
#endif
|
||||
|
||||
#ifdef CPU_ARM
|
||||
|
||||
#if CONFIG_CPU != PP5002
|
||||
#undef ICODE_ATTR
|
||||
#define ICODE_ATTR
|
||||
|
||||
|
@ -91,6 +93,7 @@
|
|||
|
||||
#undef IBSS_ATTR
|
||||
#define IBSS_ATTR
|
||||
#endif
|
||||
|
||||
#if SPC_DUAL_CORE
|
||||
#undef NOCACHEBSS_ATTR
|
||||
|
|
Loading…
Reference in a new issue