summaryrefslogtreecommitdiffstats
path: root/firmware
diff options
context:
space:
mode:
authorDave Chapman <dave@dchapman.com>2007-03-18 21:06:19 +0000
committerDave Chapman <dave@dchapman.com>2007-03-18 21:06:19 +0000
commit15638dec2e65ca4f02772379930ace0b4fe53520 (patch)
tree81e35fb8d49a24ac06a5b502dc607b09dbab9904 /firmware
parentf127cd598b102b8e39959feccb72b2b45452d338 (diff)
downloadrockbox-15638dec2e65ca4f02772379930ace0b4fe53520.tar.gz
rockbox-15638dec2e65ca4f02772379930ace0b4fe53520.zip
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
Diffstat (limited to 'firmware')
-rw-r--r--firmware/export/config-ipod3g.h2
-rw-r--r--firmware/export/config-ipod4g.h2
-rw-r--r--firmware/export/config-ipodcolor.h2
-rw-r--r--firmware/export/config-ipodmini.h2
-rw-r--r--firmware/export/config-ipodmini2g.h2
-rw-r--r--firmware/export/config-ipodnano.h2
-rw-r--r--firmware/export/config-ipodvideo.h2
7 files changed, 0 insertions, 14 deletions
diff --git a/firmware/export/config-ipod3g.h b/firmware/export/config-ipod3g.h
index a920442dd8..0ad247ca63 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 74a378c109..70f1a27f1d 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 c7211c7615..4f243d986e 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 e8fbfeb139..296a4c6158 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 47523fb3f3..6906f0eecd 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 e64e651a5d..da041526db 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 fbdeb511ae..6626c237b1 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