diff options
Diffstat (limited to 'firmware/export/config-ondavx767.h')
-rwxr-xr-x[-rw-r--r--] | firmware/export/config-ondavx767.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/firmware/export/config-ondavx767.h b/firmware/export/config-ondavx767.h index 7a635b50e9..7216ef0d35 100644..100755 --- a/firmware/export/config-ondavx767.h +++ b/firmware/export/config-ondavx767.h | |||
@@ -33,11 +33,13 @@ | |||
33 | /* For Rolo and boot loader */ | 33 | /* For Rolo and boot loader */ |
34 | #define MODEL_NUMBER 36 | 34 | #define MODEL_NUMBER 36 |
35 | 35 | ||
36 | /* define this if you use an ATA controller */ | 36 | //#define HAVE_ATA_SD |
37 | //#define CONFIG_STORAGE STORAGE_ATA | 37 | //#define HAVE_HOTSWAP |
38 | 38 | ||
39 | #define HAVE_ATA_SD | 39 | //#define CONFIG_STORAGE (STORAGE_NAND | STORAGE_SD) |
40 | #define HAVE_HOTSWAP | 40 | #define CONFIG_STORAGE STORAGE_RAMDISK /* Multivolume currently handled at firmware/target/ level */ |
41 | |||
42 | #define CONFIG_NAND NAND_CC | ||
41 | 43 | ||
42 | #define HAVE_MULTIVOLUME | 44 | #define HAVE_MULTIVOLUME |
43 | 45 | ||
@@ -152,11 +154,9 @@ | |||
152 | #define BOOTFILE "rockbox." BOOTFILE_EXT | 154 | #define BOOTFILE "rockbox." BOOTFILE_EXT |
153 | #define BOOTDIR "/.rockbox" | 155 | #define BOOTDIR "/.rockbox" |
154 | 156 | ||
155 | /*#define CONFIG_USBOTG USBOTG_INGENIC | 157 | #define CONFIG_USBOTG USBOTG_JZ4740 |
156 | #define HAVE_USBSTACK | 158 | #define HAVE_USBSTACK |
157 | #define USB_VENDOR_ID 0x041e | 159 | #define USB_VENDOR_ID 0x041e |
158 | #define USB_PRODUCT_ID 0x4133*/ | 160 | #define USB_PRODUCT_ID 0x4133 |
159 | |||
160 | #include <stdbool.h> /* HACKY */ | ||
161 | 161 | ||
162 | #endif | 162 | #endif |