1
0
Fork 0
forked from len0rd/rockbox

fuzev1: don't enable RTC in the bootloader

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26242 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Rafaël Carré 2010-05-22 00:27:53 +00:00
parent f7966fdefc
commit 2e004fd404

View file

@ -64,9 +64,10 @@
/* define this if you can invert the colours on your LCD */ /* define this if you can invert the colours on your LCD */
#define HAVE_LCD_INVERT #define HAVE_LCD_INVERT
#ifndef BOOTLOADER
/* define this if you have a real-time clock */ /* define this if you have a real-time clock */
#define CONFIG_RTC RTC_AS3514 #define CONFIG_RTC RTC_AS3514
#endif
/* There is no hardware tone control */ /* There is no hardware tone control */
#define HAVE_SW_TONE_CONTROLS #define HAVE_SW_TONE_CONTROLS