From 52d827a26dec8bc4967cf3c2984a10ace114fa21 Mon Sep 17 00:00:00 2001 From: Miika Pekkarinen Date: Tue, 11 Mar 2008 19:39:26 +0000 Subject: FS#7598 - Dircache support for multivolume targets (by Phil Light). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16632 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'firmware/export/config.h') diff --git a/firmware/export/config.h b/firmware/export/config.h index c2033dfe23..e1c0cbc938 100644 --- a/firmware/export/config.h +++ b/firmware/export/config.h @@ -313,9 +313,7 @@ * plenty of RAM. Both features can be enabled independently. */ #if ((defined(MEMORYSIZE) && (MEMORYSIZE > 8)) || MEM > 8) && \ !defined(BOOTLOADER) -#if !defined(SANSA_E200) && !defined(SANSA_C200) #define HAVE_DIRCACHE -#endif #ifdef HAVE_TAGCACHE #define HAVE_TC_RAMCACHE #endif -- cgit v1.2.3