summaryrefslogtreecommitdiff
path: root/firmware/export/config/ihifi770c.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config/ihifi770c.h')
-rw-r--r--firmware/export/config/ihifi770c.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/firmware/export/config/ihifi770c.h b/firmware/export/config/ihifi770c.h
index 8224e2f368..a34d1b85c2 100644
--- a/firmware/export/config/ihifi770c.h
+++ b/firmware/export/config/ihifi770c.h
@@ -50,13 +50,13 @@
50#define HAVE_FLASH_STORAGE 50#define HAVE_FLASH_STORAGE
51 51
52#define CONFIG_STORAGE (STORAGE_SD | STORAGE_NAND) 52#define CONFIG_STORAGE (STORAGE_SD | STORAGE_NAND)
53#define NUM_DRIVES 1 /* NAND doesn't work yet */
53 54
54#define CONFIG_NAND NAND_RK27XX 55#define CONFIG_NAND NAND_RK27XX
55#define HAVE_SW_TONE_CONTROLS 56#define HAVE_SW_TONE_CONTROLS
56 57
57#define HAVE_HOTSWAP 58// #define HAVE_HOTSWAP
58 59
59#define NUM_DRIVES 1
60#define SECTOR_SIZE 512 60#define SECTOR_SIZE 512
61 61
62/* for small(ish) SD cards */ 62/* for small(ish) SD cards */
@@ -183,7 +183,4 @@
183#define BOOTFILE "rockbox." BOOTFILE_EXT 183#define BOOTFILE "rockbox." BOOTFILE_EXT
184#define BOOTDIR "/.rockbox" 184#define BOOTDIR "/.rockbox"
185 185
186/* disabled for now */
187#undef HAVE_HOTSWAP
188
189#endif /* SIMULATOR */ 186#endif /* SIMULATOR */