diff options
| author | Tomasz Malesinski <tomal@rockbox.org> | 2007-09-20 22:16:08 +0000 |
|---|---|---|
| committer | Tomasz Malesinski <tomal@rockbox.org> | 2007-09-20 22:16:08 +0000 |
| commit | 0979cae1cd8b2d3c0a128cd6a67df1f9206e820d (patch) | |
| tree | 840082bd3993e73c87472934b5d142c269fccd85 | |
| parent | 026032f06d162a3ca82cd8ce5ec4f8562707daca (diff) | |
| download | rockbox-0979cae1cd8b2d3c0a128cd6a67df1f9206e820d.zip rockbox-0979cae1cd8b2d3c0a128cd6a67df1f9206e820d.tar.gz rockbox-0979cae1cd8b2d3c0a128cd6a67df1f9206e820d.tar.bz2 rockbox-0979cae1cd8b2d3c0a128cd6a67df1f9206e820d.tar.xz | |
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.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/config-ifp7xx.h b/firmware/export/config-ifp7xx.h index 20421ea..3f53ffe 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 |