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-ipodmini.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'firmware/export/config-ipodmini.h') 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 -- cgit v1.2.3