summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomasz Malesinski <tomal@rockbox.org>2007-09-20 22:16:08 +0000
committerTomasz Malesinski <tomal@rockbox.org>2007-09-20 22:16:08 +0000
commit0979cae1cd8b2d3c0a128cd6a67df1f9206e820d (patch)
tree840082bd3993e73c87472934b5d142c269fccd85
parent026032f06d162a3ca82cd8ce5ec4f8562707daca (diff)
downloadrockbox-0979cae1cd8b2d3c0a128cd6a67df1f9206e820d.tar.gz
rockbox-0979cae1cd8b2d3c0a128cd6a67df1f9206e820d.zip
Disable tagcache on iriver iFP to save some memory.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14793 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--firmware/export/config-ifp7xx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/config-ifp7xx.h b/firmware/export/config-ifp7xx.h
index 20421ea5be..3f53ffe9f2 100644
--- a/firmware/export/config-ifp7xx.h
+++ b/firmware/export/config-ifp7xx.h
@@ -18,7 +18,7 @@
18/* #define HAVE_LCD_COLOR */ 18/* #define HAVE_LCD_COLOR */
19 19
20/* define this if you would like tagcache to build on this target */ 20/* define this if you would like tagcache to build on this target */
21#define HAVE_TAGCACHE 21/* #define HAVE_TAGCACHE */
22 22
23/* LCD dimensions */ 23/* LCD dimensions */
24#define LCD_WIDTH 128 24#define LCD_WIDTH 128