From 7d484ddde83fb0b46ac093cee1cdf590b25786b0 Mon Sep 17 00:00:00 2001 From: Rafaël Carré Date: Mon, 10 Nov 2008 11:09:25 +0000 Subject: m200v4 : disable RTC in bootloader git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19065 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config-m200v4.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'firmware') diff --git a/firmware/export/config-m200v4.h b/firmware/export/config-m200v4.h index 2247ec3152..20bbec6023 100644 --- a/firmware/export/config-m200v4.h +++ b/firmware/export/config-m200v4.h @@ -52,7 +52,9 @@ #define CONFIG_KEYPAD SANSA_M200_PAD /* define this if you have a real-time clock */ +#ifndef BOOTLOADER #define CONFIG_RTC RTC_AS3525 +#endif /* define this if you have RTC RAM available for settings */ //#define HAVE_RTC_RAM -- cgit v1.2.3