1
0
Fork 0
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:
Linus Nielsen Feltzing 2006-08-23 14:02:35 +00:00
parent 9f09a39436
commit dd98c219e0

View file

@ -147,6 +147,8 @@ enum {
/* As defined in plugin.lds */
#if CONFIG_CPU == PP5020 || CONFIG_CPU == PP5002
#define CODEC_IRAM_ORIGIN 0x4000c000
#elif defined(IAUDIO_X5)
#define CODEC_IRAM_ORIGIN 0x10014000
#else
#define CODEC_IRAM_ORIGIN 0x1000c000
#endif