diff options
author | Miika Pekkarinen <miipekk@ihme.org> | 2008-03-11 19:39:26 +0000 |
---|---|---|
committer | Miika Pekkarinen <miipekk@ihme.org> | 2008-03-11 19:39:26 +0000 |
commit | 52d827a26dec8bc4967cf3c2984a10ace114fa21 (patch) | |
tree | 83b9660b904934a62df38ee0ed138c66f3cdebb1 /firmware/export/config.h | |
parent | afde7f74d4325c3a5a6883167c1f74f4fb689f90 (diff) |
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
Diffstat (limited to 'firmware/export/config.h')
-rw-r--r-- | firmware/export/config.h | 2 |
1 files changed, 0 insertions, 2 deletions
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 |