From 099df2fb7144bbee4ec97c133acafe8ce8c19524 Mon Sep 17 00:00:00 2001 From: Michael Sparmann Date: Mon, 9 Nov 2009 20:01:07 +0000 Subject: Make the codecs use more IRAM on S5L870x, as we have plenty of it. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23594 a1c6a512-1295-4272-9138-f99709370657 --- apps/codecs/libtremor/config-tremor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/codecs/libtremor/config-tremor.h') diff --git a/apps/codecs/libtremor/config-tremor.h b/apps/codecs/libtremor/config-tremor.h index 403fdfd88b..eb9429e319 100644 --- a/apps/codecs/libtremor/config-tremor.h +++ b/apps/codecs/libtremor/config-tremor.h @@ -41,7 +41,7 @@ #define IRAM_IBSS_SIZE 37376 /* Define CPU of large IRAM (PP5022/5024) */ -#elif (CONFIG_CPU == PP5022) || (CONFIG_CPU == PP5024) +#elif (CONFIG_CPU == PP5022) || (CONFIG_CPU == PP5024) || defined(CPU_S5L870X) /* PCM_BUFFER : 32768 byte (4096*2*4 or 2048*4*4) * * WINDOW_LOOKUP : 9216 Byte (256*4 + 2048*4) * * TOTAL : 41984 */ -- cgit v1.2.3