m200v4 : disable RTC in bootloader

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19065 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Rafaël Carré 2008-11-10 11:09:25 +00:00
parent 6b566568eb
commit 7d484ddde8

View file

@ -52,7 +52,9 @@
#define CONFIG_KEYPAD SANSA_M200_PAD #define CONFIG_KEYPAD SANSA_M200_PAD
/* define this if you have a real-time clock */ /* define this if you have a real-time clock */
#ifndef BOOTLOADER
#define CONFIG_RTC RTC_AS3525 #define CONFIG_RTC RTC_AS3525
#endif
/* define this if you have RTC RAM available for settings */ /* define this if you have RTC RAM available for settings */
//#define HAVE_RTC_RAM //#define HAVE_RTC_RAM