summaryrefslogtreecommitdiff
path: root/firmware/export/config-iaudio7.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-iaudio7.h')
-rw-r--r--firmware/export/config-iaudio7.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/firmware/export/config-iaudio7.h b/firmware/export/config-iaudio7.h
index ca6212d305..a5dd30d568 100644
--- a/firmware/export/config-iaudio7.h
+++ b/firmware/export/config-iaudio7.h
@@ -69,6 +69,10 @@
69/* define this if you have a flash memory storage */ 69/* define this if you have a flash memory storage */
70#define HAVE_FLASH_STORAGE 70#define HAVE_FLASH_STORAGE
71 71
72#define CONFIG_STORAGE STORAGE_NAND
73
74#define CONFIG_NAND NAND_TCC
75
72/* LCD dimensions */ 76/* LCD dimensions */
73#define LCD_WIDTH 160 77#define LCD_WIDTH 160
74#define LCD_HEIGHT 128 78#define LCD_HEIGHT 128
@@ -155,10 +159,6 @@
155#define BOOTFILE "rockbox." BOOTFILE_EXT 159#define BOOTFILE "rockbox." BOOTFILE_EXT
156#define BOOTDIR "/" 160#define BOOTDIR "/"
157 161
158#define CONFIG_STORAGE STORAGE_NAND
159
160#define CONFIG_NAND NAND_TCC
161
162#ifdef BOOTLOADER 162#ifdef BOOTLOADER
163#define TCCBOOT 163#define TCCBOOT
164#endif 164#endif