forked from len0rd/rockbox
Quick and dirty fix for a serious issue that could make X5 crash when using voice
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10721 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
9f09a39436
commit
dd98c219e0
1 changed files with 2 additions and 0 deletions
|
|
@ -147,6 +147,8 @@ enum {
|
||||||
/* As defined in plugin.lds */
|
/* As defined in plugin.lds */
|
||||||
#if CONFIG_CPU == PP5020 || CONFIG_CPU == PP5002
|
#if CONFIG_CPU == PP5020 || CONFIG_CPU == PP5002
|
||||||
#define CODEC_IRAM_ORIGIN 0x4000c000
|
#define CODEC_IRAM_ORIGIN 0x4000c000
|
||||||
|
#elif defined(IAUDIO_X5)
|
||||||
|
#define CODEC_IRAM_ORIGIN 0x10014000
|
||||||
#else
|
#else
|
||||||
#define CODEC_IRAM_ORIGIN 0x1000c000
|
#define CODEC_IRAM_ORIGIN 0x1000c000
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue