diff --git a/apps/codecs/libtremor/config-tremor.h b/apps/codecs/libtremor/config-tremor.h index eb9429e319..8a68ce325f 100644 --- a/apps/codecs/libtremor/config-tremor.h +++ b/apps/codecs/libtremor/config-tremor.h @@ -33,15 +33,8 @@ #define ICODE_ATTR_TREMOR_NOT_MDCT ICODE_ATTR #endif -/* Define CPU of large IRAM (MCF5250) */ -#if (CONFIG_CPU == MCF5250) -/* PCM_BUFFER : 32768 Byte (4096*2*4) * - * WINDOW_LOOKUP : 4608 Byte (128*4 + 1024*4) * - * TOTAL : 37376 */ -#define IRAM_IBSS_SIZE 37376 - -/* Define CPU of large IRAM (PP5022/5024) */ -#elif (CONFIG_CPU == PP5022) || (CONFIG_CPU == PP5024) || defined(CPU_S5L870X) +/* Define CPU of large IRAM (PP5022/5024, MCF5250) */ +#if (CONFIG_CPU == PP5022) || (CONFIG_CPU == PP5024) || defined(CPU_S5L870X) || (CONFIG_CPU == MCF5250) /* PCM_BUFFER : 32768 byte (4096*2*4 or 2048*4*4) * * WINDOW_LOOKUP : 9216 Byte (256*4 + 2048*4) * * TOTAL : 41984 */