summaryrefslogtreecommitdiff
path: root/firmware/export/config-c100.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-c100.h')
-rw-r--r--firmware/export/config-c100.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/firmware/export/config-c100.h b/firmware/export/config-c100.h
index 9a2664202a..cedc7c3aed 100644
--- a/firmware/export/config-c100.h
+++ b/firmware/export/config-c100.h
@@ -39,6 +39,10 @@
39/* define this if you have a flash memory storage */ 39/* define this if you have a flash memory storage */
40#define HAVE_FLASH_STORAGE 40#define HAVE_FLASH_STORAGE
41 41
42#define CONFIG_STORAGE STORAGE_NAND
43
44#define CONFIG_NAND NAND_TCC
45
42/* LCD dimensions */ 46/* LCD dimensions */
43#define LCD_WIDTH 128 47#define LCD_WIDTH 128
44#define LCD_HEIGHT 64 48#define LCD_HEIGHT 64
@@ -120,8 +124,4 @@
120#define BOOTFILE "rockbox." BOOTFILE_EXT 124#define BOOTFILE "rockbox." BOOTFILE_EXT
121#define BOOTDIR "/" 125#define BOOTDIR "/"
122 126
123#define CONFIG_STORAGE STORAGE_NAND
124
125#define CONFIG_NAND NAND_TCC
126
127#endif /* SIMULATOR */ 127#endif /* SIMULATOR */