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:
parent
6b566568eb
commit
7d484ddde8
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue