From 2e004fd4047a03e0e57bdb02a67a85a729a3caaa Mon Sep 17 00:00:00 2001 From: Rafaël Carré Date: Sat, 22 May 2010 00:27:53 +0000 Subject: fuzev1: don't enable RTC in the bootloader git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26242 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config/sansafuze.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'firmware/export/config') 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 @@ /* define this if you can invert the colours on your LCD */ #define HAVE_LCD_INVERT - +#ifndef BOOTLOADER /* define this if you have a real-time clock */ #define CONFIG_RTC RTC_AS3514 +#endif /* There is no hardware tone control */ #define HAVE_SW_TONE_CONTROLS -- cgit v1.2.3