summaryrefslogtreecommitdiff
path: root/firmware/export/config-cowond2.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-cowond2.h')
-rw-r--r--firmware/export/config-cowond2.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/firmware/export/config-cowond2.h b/firmware/export/config-cowond2.h
index 749eb0b882..18a80f2791 100644
--- a/firmware/export/config-cowond2.h
+++ b/firmware/export/config-cowond2.h
@@ -48,6 +48,10 @@
48/* define this if you have a flash memory storage */ 48/* define this if you have a flash memory storage */
49#define HAVE_FLASH_STORAGE 49#define HAVE_FLASH_STORAGE
50 50
51#define CONFIG_STORAGE STORAGE_NAND
52
53#define CONFIG_NAND NAND_TCC
54
51/* Some (2Gb?) D2s seem to be FAT16 formatted */ 55/* Some (2Gb?) D2s seem to be FAT16 formatted */
52#define HAVE_FAT16SUPPORT 56#define HAVE_FAT16SUPPORT
53 57
@@ -145,8 +149,5 @@
145#define BOOTFILE "rockbox." BOOTFILE_EXT 149#define BOOTFILE "rockbox." BOOTFILE_EXT
146#define BOOTDIR "/.rockbox" 150#define BOOTDIR "/.rockbox"
147 151
148#define CONFIG_STORAGE STORAGE_NAND
149
150#define CONFIG_NAND NAND_TCC
151 152
152#endif /* SIMULATOR */ 153#endif /* SIMULATOR */