summaryrefslogtreecommitdiff
path: root/firmware/export/config-ondavx747.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-ondavx747.h')
-rw-r--r--firmware/export/config-ondavx747.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/firmware/export/config-ondavx747.h b/firmware/export/config-ondavx747.h
index 1d9a7a8883..dbb37c972d 100644
--- a/firmware/export/config-ondavx747.h
+++ b/firmware/export/config-ondavx747.h
@@ -42,8 +42,7 @@
42//#define HAVE_ATA_SD 42//#define HAVE_ATA_SD
43//#define HAVE_HOTSWAP 43//#define HAVE_HOTSWAP
44 44
45//#define CONFIG_STORAGE (STORAGE_NAND | STORAGE_SD) 45#define CONFIG_STORAGE (STORAGE_NAND | STORAGE_SD)
46#define CONFIG_STORAGE STORAGE_SD
47 46
48/* Support FAT16 for SD cards <= 2GB */ 47/* Support FAT16 for SD cards <= 2GB */
49#define HAVE_FAT16SUPPORT 48#define HAVE_FAT16SUPPORT
@@ -51,6 +50,9 @@
51/* ChinaChip NAND FTL */ 50/* ChinaChip NAND FTL */
52#define CONFIG_NAND NAND_CC 51#define CONFIG_NAND NAND_CC
53 52
53#define HAVE_MULTIDRIVE
54#define NUM_DRIVES 2
55
54/* define this if you have a bitmap LCD display */ 56/* define this if you have a bitmap LCD display */
55#define HAVE_LCD_BITMAP 57#define HAVE_LCD_BITMAP
56 58