summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaurus Cuelenaere <mcuelenaere@gmail.com>2009-07-18 13:18:33 +0000
committerMaurus Cuelenaere <mcuelenaere@gmail.com>2009-07-18 13:18:33 +0000
commit631b966a1d682c62463196fcccf155c4acbafb60 (patch)
tree676a6b691957b308286638b37184d815ffb2f021
parente409fba7f85e9ddf51e2d6a3342dbca6f667e280 (diff)
downloadrockbox-631b966a1d682c62463196fcccf155c4acbafb60.tar.gz
rockbox-631b966a1d682c62463196fcccf155c4acbafb60.zip
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.h14
1 files changed, 6 insertions, 8 deletions
diff --git a/firmware/export/config-ondavx747.h b/firmware/export/config-ondavx747.h
index dbb37c972d..ffcaf67c5a 100644
--- a/firmware/export/config-ondavx747.h
+++ b/firmware/export/config-ondavx747.h
@@ -39,20 +39,12 @@
39#define MODEL_NUMBER 45 39#define MODEL_NUMBER 45
40#endif 40#endif
41 41
42//#define HAVE_ATA_SD
43//#define HAVE_HOTSWAP
44
45#define CONFIG_STORAGE (STORAGE_NAND | STORAGE_SD)
46
47/* Support FAT16 for SD cards <= 2GB */ 42/* Support FAT16 for SD cards <= 2GB */
48#define HAVE_FAT16SUPPORT 43#define HAVE_FAT16SUPPORT
49 44
50/* ChinaChip NAND FTL */ 45/* ChinaChip NAND FTL */
51#define CONFIG_NAND NAND_CC 46#define CONFIG_NAND NAND_CC
52 47
53#define HAVE_MULTIDRIVE
54#define NUM_DRIVES 2
55
56/* define this if you have a bitmap LCD display */ 48/* define this if you have a bitmap LCD display */
57#define HAVE_LCD_BITMAP 49#define HAVE_LCD_BITMAP
58 50
@@ -169,6 +161,12 @@
169 161
170#ifndef SIMULATOR 162#ifndef SIMULATOR
171 163
164#define CONFIG_STORAGE (STORAGE_NAND | STORAGE_SD)
165#define NUM_DRIVES 2
166
167/* Define this if media can be exchanged on the fly */
168//#define HAVE_HOTSWAP
169
172/* Define this if you have a Ingenic JZ4732 */ 170/* Define this if you have a Ingenic JZ4732 */
173#define CONFIG_CPU JZ4732 171#define CONFIG_CPU JZ4732
174 172