diff options
| author | Maurus Cuelenaere <mcuelenaere@gmail.com> | 2009-07-18 13:18:33 +0000 |
|---|---|---|
| committer | Maurus Cuelenaere <mcuelenaere@gmail.com> | 2009-07-18 13:18:33 +0000 |
| commit | 631b966a1d682c62463196fcccf155c4acbafb60 (patch) | |
| tree | 676a6b691957b308286638b37184d815ffb2f021 | |
| parent | e409fba7f85e9ddf51e2d6a3342dbca6f667e280 (diff) | |
| download | rockbox-631b966a1d682c62463196fcccf155c4acbafb60.zip rockbox-631b966a1d682c62463196fcccf155c4acbafb60.tar.gz rockbox-631b966a1d682c62463196fcccf155c4acbafb60.tar.bz2 rockbox-631b966a1d682c62463196fcccf155c4acbafb60.tar.xz | |
Fix Onda VX747(+)/VX777 simulator build
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21954 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | firmware/export/config-ondavx747.h | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/firmware/export/config-ondavx747.h b/firmware/export/config-ondavx747.h index dbb37c9..ffcaf67 100644 --- a/firmware/export/config-ondavx747.h +++ b/firmware/export/config-ondavx747.h @@ -39,20 +39,12 @@ #define MODEL_NUMBER 45 #endif -//#define HAVE_ATA_SD -//#define HAVE_HOTSWAP - -#define CONFIG_STORAGE (STORAGE_NAND | STORAGE_SD) - /* Support FAT16 for SD cards <= 2GB */ #define HAVE_FAT16SUPPORT /* ChinaChip NAND FTL */ #define CONFIG_NAND NAND_CC -#define HAVE_MULTIDRIVE -#define NUM_DRIVES 2 - /* define this if you have a bitmap LCD display */ #define HAVE_LCD_BITMAP @@ -169,6 +161,12 @@ #ifndef SIMULATOR +#define CONFIG_STORAGE (STORAGE_NAND | STORAGE_SD) +#define NUM_DRIVES 2 + +/* Define this if media can be exchanged on the fly */ +//#define HAVE_HOTSWAP + /* Define this if you have a Ingenic JZ4732 */ #define CONFIG_CPU JZ4732 |