From 631b966a1d682c62463196fcccf155c4acbafb60 Mon Sep 17 00:00:00 2001 From: Maurus Cuelenaere Date: Sat, 18 Jul 2009 13:18:33 +0000 Subject: Fix Onda VX747(+)/VX777 simulator build git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21954 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config-ondavx747.h | 14 ++++++-------- 1 file 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 @@ #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 -- cgit v1.2.3