summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaurus Cuelenaere <mcuelenaere@gmail.com>2009-06-10 17:43:51 +0000
committerMaurus Cuelenaere <mcuelenaere@gmail.com>2009-06-10 17:43:51 +0000
commitb11131f60eb0a6a9ffc6c6d561abe103f08206b4 (patch)
tree9d7d17b56f0bcab26fd9c378c2e9a307f980b7b3
parentfc0c2fb5463bc0c8821eab462aecef068680ad92 (diff)
downloadrockbox-b11131f60eb0a6a9ffc6c6d561abe103f08206b4.tar.gz
rockbox-b11131f60eb0a6a9ffc6c6d561abe103f08206b4.zip
Onda VX747: support FAT16
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21245 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--firmware/export/config-ondavx747.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/firmware/export/config-ondavx747.h b/firmware/export/config-ondavx747.h
index 2e757f36be..9a9defcf2f 100644
--- a/firmware/export/config-ondavx747.h
+++ b/firmware/export/config-ondavx747.h
@@ -42,6 +42,9 @@
//#define CONFIG_STORAGE (STORAGE_NAND | STORAGE_SD)
#define CONFIG_STORAGE STORAGE_SD
+/* Support FAT16 for SD cards <= 2GB */
+#define HAVE_FAT16SUPPORT
+
/* ChinaChip NAND FTL */
#define CONFIG_NAND NAND_CC
@@ -109,7 +112,7 @@
#define MIN_BRIGHTNESS_SETTING 1
#define MAX_BRIGHTNESS_SETTING 30
#define DEFAULT_BRIGHTNESS_SETTING 30 /* "full brightness" */
-#define DEFAULT_DIMNESS_SETTING 1 /* "most dim" */
+#define DEFAULT_DIMNESS_SETTING 1 /* "most dim" */
/* Define this if you have a software controlled poweroff */
#define HAVE_SW_POWEROFF