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-mrobe500.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'firmware/export/config-mrobe500.h') diff --git a/firmware/export/config-mrobe500.h b/firmware/export/config-mrobe500.h index 9d04aac125..7b73fe7ad6 100644 --- a/firmware/export/config-mrobe500.h +++ b/firmware/export/config-mrobe500.h @@ -199,8 +199,6 @@ /* Define this if you have a Texas Instruments TSC2100 touch screen */ #define HAVE_TSC2100 -#if !defined(SIMULATOR) - /* M66591 register base */ #define M66591_BASE 0x60000000 @@ -252,4 +250,3 @@ #define IRAM_LCDFRAMEBUFFER IBSS_ATTR /* put the lcd frame buffer in IRAM */ -#endif -- cgit v1.2.3