From c5a24c69221dbd8f2c55f007d9d7eaa2222fa5df Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Wed, 16 Aug 2006 22:04:39 +0000 Subject: Disable TC_RAMCACHE for archos. It doesn't make much sense with the small RAM, and disabling reduces binary size. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10624 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config.h | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/firmware/export/config.h b/firmware/export/config.h index a934211542..1579767ade 100644 --- a/firmware/export/config.h +++ b/firmware/export/config.h @@ -198,16 +198,12 @@ /* no known platform */ #endif -/* Enable the directory cache if we have plenty of RAM. */ -/* Cache is just temporarily disabled for simulator build. - * Do the small fix in dircache.c to enable this. */ +/* Enable the directory cache and tagcache in RAM if we have + * plenty of RAM. Both features can be enabled independently. */ #if (MEMORYSIZE > 8 || MEM > 8) && !defined(BOOTLOADER) #define HAVE_DIRCACHE 1 -#endif - -/* Define tagcache in ram for all players (can operate - * also without dircache). */ #define HAVE_TC_RAMCACHE 1 +#endif /* define for all cpus from coldfire family */ #if (CONFIG_CPU == MCF5249) || (CONFIG_CPU == MCF5250) -- cgit v1.2.3