1
0
Fork 0
forked from len0rd/rockbox

That was *not* supposed to be committed :-)

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7798 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Linus Nielsen Feltzing 2005-11-08 23:51:36 +00:00
parent 1b4cb9ecb7
commit 219944f6a3

View file

@ -190,7 +190,7 @@ void init(void)
lcd_remote_init();
#endif
font_init();
// show_logo();
show_logo();
lang_init();
set_irq_level(0);
@ -203,7 +203,7 @@ void init(void)
#endif
#endif
// i2c_init();
i2c_init();
#ifdef HAVE_RTC
rtc_init();
@ -212,16 +212,16 @@ void init(void)
adc_init();
// usb_init();
usb_init();
backlight_init();
button_init();
// powermgmt_init();
powermgmt_init();
#ifdef CONFIG_TUNER
// radio_init();
radio_init();
#endif
#if defined(HAVE_CHARGING) && (CONFIG_CPU == SH7034)