From 15638dec2e65ca4f02772379930ace0b4fe53520 Mon Sep 17 00:00:00 2001 From: Dave Chapman Date: Sun, 18 Mar 2007 21:06:19 +0000 Subject: There is no need to hide CONFIG_RTC in the bootloader - it's harmless. Fixes warnings caused by enabling HAVE_RTC_ALARM. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12837 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config-ipod3g.h | 2 -- firmware/export/config-ipod4g.h | 2 -- firmware/export/config-ipodcolor.h | 2 -- firmware/export/config-ipodmini.h | 2 -- firmware/export/config-ipodmini2g.h | 2 -- firmware/export/config-ipodnano.h | 2 -- firmware/export/config-ipodvideo.h | 2 -- 7 files changed, 14 deletions(-) diff --git a/firmware/export/config-ipod3g.h b/firmware/export/config-ipod3g.h index a920442..0ad247c 100644 --- a/firmware/export/config-ipod3g.h +++ b/firmware/export/config-ipod3g.h @@ -46,9 +46,7 @@ #define CONFIG_CODEC SWCODEC /* define this if you have a real-time clock */ -#if !defined(BOOTLOADER) #define CONFIG_RTC RTC_PCF50605 -#endif /* Define this if you have a software controlled poweroff */ #define HAVE_SW_POWEROFF diff --git a/firmware/export/config-ipod4g.h b/firmware/export/config-ipod4g.h index 74a378c..70f1a27 100644 --- a/firmware/export/config-ipod4g.h +++ b/firmware/export/config-ipod4g.h @@ -52,9 +52,7 @@ #define CONFIG_CODEC SWCODEC /* define this if you have a real-time clock */ -#if !defined(BOOTLOADER) #define CONFIG_RTC RTC_PCF50605 -#endif /* Define this if you have a software controlled poweroff */ #define HAVE_SW_POWEROFF diff --git a/firmware/export/config-ipodcolor.h b/firmware/export/config-ipodcolor.h index c7211c7..4f243d9 100644 --- a/firmware/export/config-ipodcolor.h +++ b/firmware/export/config-ipodcolor.h @@ -43,9 +43,7 @@ #define CONFIG_CODEC SWCODEC /* define this if you have a real-time clock */ -#if !defined(BOOTLOADER) #define CONFIG_RTC RTC_PCF50605 -#endif /* Define this if you have a software controlled poweroff */ #define HAVE_SW_POWEROFF diff --git a/firmware/export/config-ipodmini.h b/firmware/export/config-ipodmini.h index e8fbfeb..296a4c6 100644 --- a/firmware/export/config-ipodmini.h +++ b/firmware/export/config-ipodmini.h @@ -46,9 +46,7 @@ #define CONFIG_CODEC SWCODEC /* define this if you have a real-time clock */ -#if !defined(BOOTLOADER) #define CONFIG_RTC RTC_PCF50605 -#endif /* Define this if you have a software controlled poweroff */ #define HAVE_SW_POWEROFF diff --git a/firmware/export/config-ipodmini2g.h b/firmware/export/config-ipodmini2g.h index 47523fb..6906f0e 100644 --- a/firmware/export/config-ipodmini2g.h +++ b/firmware/export/config-ipodmini2g.h @@ -46,9 +46,7 @@ #define CONFIG_CODEC SWCODEC /* define this if you have a real-time clock */ -#if !defined(BOOTLOADER) #define CONFIG_RTC RTC_PCF50605 -#endif /* Define this if you have a software controlled poweroff */ #define HAVE_SW_POWEROFF diff --git a/firmware/export/config-ipodnano.h b/firmware/export/config-ipodnano.h index e64e651..da04152 100644 --- a/firmware/export/config-ipodnano.h +++ b/firmware/export/config-ipodnano.h @@ -43,9 +43,7 @@ #define CONFIG_CODEC SWCODEC /* define this if you have a real-time clock */ -#if !defined(BOOTLOADER) #define CONFIG_RTC RTC_PCF50605 -#endif /* Define this if you have a software controlled poweroff */ #define HAVE_SW_POWEROFF diff --git a/firmware/export/config-ipodvideo.h b/firmware/export/config-ipodvideo.h index fbdeb51..6626c23 100644 --- a/firmware/export/config-ipodvideo.h +++ b/firmware/export/config-ipodvideo.h @@ -43,9 +43,7 @@ #define CONFIG_CODEC SWCODEC /* define this if you have a real-time clock */ -#if !defined(BOOTLOADER) #define CONFIG_RTC RTC_PCF50605 -#endif /* Define this if you have a software controlled poweroff */ #define HAVE_SW_POWEROFF -- cgit v1.1