summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
authorRafaël Carré <rafael.carre@gmail.com>2008-11-10 11:09:25 +0000
committerRafaël Carré <rafael.carre@gmail.com>2008-11-10 11:09:25 +0000
commit7d484ddde83fb0b46ac093cee1cdf590b25786b0 (patch)
treec41695fab81edc588bca84a40be9259948854020 /firmware
parent6b566568ebdb9e06a0f007606cce98ac996d541a (diff)
downloadrockbox-7d484ddde83fb0b46ac093cee1cdf590b25786b0.tar.gz
rockbox-7d484ddde83fb0b46ac093cee1cdf590b25786b0.zip
m200v4 : disable RTC in bootloader
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19065 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware')
-rw-r--r--firmware/export/config-m200v4.h2
1 files changed, 2 insertions, 0 deletions
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 @@
52#define CONFIG_KEYPAD SANSA_M200_PAD 52#define CONFIG_KEYPAD SANSA_M200_PAD
53 53
54/* define this if you have a real-time clock */ 54/* define this if you have a real-time clock */
55#ifndef BOOTLOADER
55#define CONFIG_RTC RTC_AS3525 56#define CONFIG_RTC RTC_AS3525
57#endif
56 58
57/* define this if you have RTC RAM available for settings */ 59/* define this if you have RTC RAM available for settings */
58//#define HAVE_RTC_RAM 60//#define HAVE_RTC_RAM