From 109f182b0c16e2ebb50fbae746550730151d8913 Mon Sep 17 00:00:00 2001 From: Nils Wallménius Date: Sat, 7 Nov 2009 10:48:05 +0000 Subject: Introduce new config header 'config-sim.h' that takes care of undefining things that shouldn't be defined for sims so that the target configs no longer need to have #ifndef SIMULATOR sections and to bring some consistency for what is and is not included for sims. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23547 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config-cowond2.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'firmware/export/config-cowond2.h') diff --git a/firmware/export/config-cowond2.h b/firmware/export/config-cowond2.h index 45bf90bbd0..88c7ce5b8f 100644 --- a/firmware/export/config-cowond2.h +++ b/firmware/export/config-cowond2.h @@ -62,14 +62,10 @@ /* define this if you have a flash memory storage */ #define HAVE_FLASH_STORAGE -#ifndef SIMULATOR #define CONFIG_STORAGE (STORAGE_NAND | STORAGE_SD) #define HAVE_MULTIDRIVE #define HAVE_HOTSWAP #define NUM_DRIVES 2 -#else -#define CONFIG_STORAGE STORAGE_NAND -#endif #define CONFIG_NAND NAND_TCC @@ -150,7 +146,6 @@ #define CURRENT_BACKLIGHT 30 /* TBD */ #define CURRENT_RECORD 0 /* no recording yet */ -#ifndef SIMULATOR /* Define this if you have a TCC7801 */ #define CONFIG_CPU TCC7801 @@ -174,5 +169,3 @@ #define BOOTFILE "rockbox." BOOTFILE_EXT #define BOOTDIR "/.rockbox" - -#endif /* SIMULATOR */ -- cgit v1.2.3