diff options
| author | Rafaël Carré <rafael.carre@gmail.com> | 2010-05-22 00:27:53 +0000 |
|---|---|---|
| committer | Rafaël Carré <rafael.carre@gmail.com> | 2010-05-22 00:27:53 +0000 |
| commit | 2e004fd4047a03e0e57bdb02a67a85a729a3caaa (patch) | |
| tree | 565a858cd0a3953d5bd60b7694c508d81a32333f /firmware | |
| parent | f7966fdefce2c7aa90634a8b1b6ad2169bfa62e2 (diff) | |
| download | rockbox-2e004fd4047a03e0e57bdb02a67a85a729a3caaa.zip rockbox-2e004fd4047a03e0e57bdb02a67a85a729a3caaa.tar.gz rockbox-2e004fd4047a03e0e57bdb02a67a85a729a3caaa.tar.bz2 rockbox-2e004fd4047a03e0e57bdb02a67a85a729a3caaa.tar.xz | |
fuzev1: don't enable RTC in the bootloader
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26242 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware')
| -rw-r--r-- | firmware/export/config/sansafuze.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/firmware/export/config/sansafuze.h b/firmware/export/config/sansafuze.h index dbab7a4..a0ec8ef 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 |