From 6092cba3c3cd15835cd716497c013283857b2312 Mon Sep 17 00:00:00 2001 From: Rob Purchase Date: Mon, 10 Mar 2008 20:59:55 +0000 Subject: 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 --- firmware/export/config-cowond2.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'firmware/export/config-cowond2.h') diff --git a/firmware/export/config-cowond2.h b/firmware/export/config-cowond2.h index cbe96f8a92..78b963c58d 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 -- cgit v1.2.3