diff options
| author | Rob Purchase <shotofadds@rockbox.org> | 2008-03-10 20:59:55 +0000 |
|---|---|---|
| committer | Rob Purchase <shotofadds@rockbox.org> | 2008-03-10 20:59:55 +0000 |
| commit | 6092cba3c3cd15835cd716497c013283857b2312 (patch) | |
| tree | 3cd0b4c664348505468a296bbae016805396a3d2 | |
| parent | f10f891bb4bd05c699344a782e798d3a1c1a63ea (diff) | |
| download | rockbox-6092cba3c3cd15835cd716497c013283857b2312.zip rockbox-6092cba3c3cd15835cd716497c013283857b2312.tar.gz rockbox-6092cba3c3cd15835cd716497c013283857b2312.tar.bz2 rockbox-6092cba3c3cd15835cd716497c013283857b2312.tar.xz | |
D2: Enable FAT16 support. Also disable tagcache for the time being.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16619 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | firmware/export/config-cowond2.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/firmware/export/config-cowond2.h b/firmware/export/config-cowond2.h index cbe96f8..78b963c 100644 --- a/firmware/export/config-cowond2.h +++ b/firmware/export/config-cowond2.h @@ -34,11 +34,14 @@ #define HAVE_PITCHSCREEN /* define this if you would like tagcache to build on this target */ -#define HAVE_TAGCACHE +//#define HAVE_TAGCACHE /* define this if you have a flash memory storage */ #define HAVE_FLASH_STORAGE +/* Some (2Gb?) D2s seem to be FAT16 formatted */ +#define HAVE_FAT16SUPPORT + /* LCD dimensions */ #define LCD_WIDTH 320 #define LCD_HEIGHT 240 |