From 0979cae1cd8b2d3c0a128cd6a67df1f9206e820d Mon Sep 17 00:00:00 2001 From: Tomasz Malesinski Date: Thu, 20 Sep 2007 22:16:08 +0000 Subject: Disable tagcache on iriver iFP to save some memory. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14793 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config-ifp7xx.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ /* #define HAVE_LCD_COLOR */ /* define this if you would like tagcache to build on this target */ -#define HAVE_TAGCACHE +/* #define HAVE_TAGCACHE */ /* LCD dimensions */ #define LCD_WIDTH 128 -- cgit v1.2.3