diff options
author | Dave Chapman <dave@dchapman.com> | 2007-03-18 21:06:19 +0000 |
---|---|---|
committer | Dave Chapman <dave@dchapman.com> | 2007-03-18 21:06:19 +0000 |
commit | 15638dec2e65ca4f02772379930ace0b4fe53520 (patch) | |
tree | 81e35fb8d49a24ac06a5b502dc607b09dbab9904 /firmware/export/config-ipodmini.h | |
parent | f127cd598b102b8e39959feccb72b2b45452d338 (diff) |
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/export/config-ipodmini.h')
-rw-r--r-- | firmware/export/config-ipodmini.h | 2 |
1 files changed, 0 insertions, 2 deletions
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 |