diff options
Diffstat (limited to 'firmware/export')
-rw-r--r-- | firmware/export/config-ipod3g.h | 2 | ||||
-rw-r--r-- | firmware/export/config-ipod4g.h | 2 | ||||
-rw-r--r-- | firmware/export/config-ipodcolor.h | 2 | ||||
-rw-r--r-- | firmware/export/config-ipodmini.h | 2 | ||||
-rw-r--r-- | firmware/export/config-ipodmini2g.h | 2 | ||||
-rw-r--r-- | firmware/export/config-ipodnano.h | 2 | ||||
-rw-r--r-- | firmware/export/config-ipodvideo.h | 2 |
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 |