summaryrefslogtreecommitdiff
path: root/firmware/export/config.h
diff options
context:
space:
mode:
authorMichael Sevakis <jethead71@rockbox.org>2007-06-30 02:08:27 +0000
committerMichael Sevakis <jethead71@rockbox.org>2007-06-30 02:08:27 +0000
commit1167e3c72f5d0d581b81fd2cb8f2580a1524ca5a (patch)
tree501f9901636d5586271067d0c157204e500a2cfd /firmware/export/config.h
parent189a5f812f47e43e5704a44c3abb85a4c37c8662 (diff)
downloadrockbox-1167e3c72f5d0d581b81fd2cb8f2580a1524ca5a.tar.gz
rockbox-1167e3c72f5d0d581b81fd2cb8f2580a1524ca5a.zip
Accept FS#7134 - Sansa: external sd card support by Antonius Hellmann with some tweaks. All testers have given the green light. (Now for the RED ?? ;).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13741 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config.h')
-rw-r--r--firmware/export/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index 4652359e62..ffcbf688ea 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -247,7 +247,7 @@
247/* Enable the directory cache and tagcache in RAM if we have 247/* Enable the directory cache and tagcache in RAM if we have
248 * plenty of RAM. Both features can be enabled independently. */ 248 * plenty of RAM. Both features can be enabled independently. */
249#if ((defined(MEMORYSIZE) && (MEMORYSIZE > 8)) || MEM > 8) && \ 249#if ((defined(MEMORYSIZE) && (MEMORYSIZE > 8)) || MEM > 8) && \
250 !defined(BOOTLOADER) 250 !defined(BOOTLOADER) && !defined(SANSA_E200)
251#define HAVE_DIRCACHE 251#define HAVE_DIRCACHE
252#ifdef HAVE_TAGCACHE 252#ifdef HAVE_TAGCACHE
253#define HAVE_TC_RAMCACHE 253#define HAVE_TC_RAMCACHE