summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafaël Carré <rafael.carre@gmail.com>2010-05-22 00:27:53 +0000
committerRafaël Carré <rafael.carre@gmail.com>2010-05-22 00:27:53 +0000
commit2e004fd4047a03e0e57bdb02a67a85a729a3caaa (patch)
tree565a858cd0a3953d5bd60b7694c508d81a32333f
parentf7966fdefce2c7aa90634a8b1b6ad2169bfa62e2 (diff)
downloadrockbox-2e004fd4047a03e0e57bdb02a67a85a729a3caaa.tar.gz
rockbox-2e004fd4047a03e0e57bdb02a67a85a729a3caaa.zip
fuzev1: don't enable RTC in the bootloader
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26242 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--firmware/export/config/sansafuze.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/firmware/export/config/sansafuze.h b/firmware/export/config/sansafuze.h
index dbab7a4c88..a0ec8ef27c 100644
--- a/firmware/export/config/sansafuze.h
+++ b/firmware/export/config/sansafuze.h
@@ -64,9 +64,10 @@
64/* define this if you can invert the colours on your LCD */ 64/* define this if you can invert the colours on your LCD */
65#define HAVE_LCD_INVERT 65#define HAVE_LCD_INVERT
66 66
67 67#ifndef BOOTLOADER
68/* define this if you have a real-time clock */ 68/* define this if you have a real-time clock */
69#define CONFIG_RTC RTC_AS3514 69#define CONFIG_RTC RTC_AS3514
70#endif
70 71
71/* There is no hardware tone control */ 72/* There is no hardware tone control */
72#define HAVE_SW_TONE_CONTROLS 73#define HAVE_SW_TONE_CONTROLS