summaryrefslogtreecommitdiff
path: root/apps/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/main.c')
-rw-r--r--apps/main.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/apps/main.c b/apps/main.c
index 296b3fc351..c38a1603bf 100644
--- a/apps/main.c
+++ b/apps/main.c
@@ -190,7 +190,7 @@ void init(void)
190 lcd_remote_init(); 190 lcd_remote_init();
191#endif 191#endif
192 font_init(); 192 font_init();
193 show_logo(); 193// show_logo();
194 lang_init(); 194 lang_init();
195 195
196 set_irq_level(0); 196 set_irq_level(0);
@@ -203,7 +203,7 @@ void init(void)
203#endif 203#endif
204#endif 204#endif
205 205
206 i2c_init(); 206// i2c_init();
207 207
208#ifdef HAVE_RTC 208#ifdef HAVE_RTC
209 rtc_init(); 209 rtc_init();
@@ -212,16 +212,16 @@ void init(void)
212 212
213 adc_init(); 213 adc_init();
214 214
215 usb_init(); 215// usb_init();
216 216
217 backlight_init(); 217 backlight_init();
218 218
219 button_init(); 219 button_init();
220 220
221 powermgmt_init(); 221// powermgmt_init();
222 222
223#ifdef CONFIG_TUNER 223#ifdef CONFIG_TUNER
224 radio_init(); 224// radio_init();
225#endif 225#endif
226 226
227#if defined(HAVE_CHARGING) && (CONFIG_CPU == SH7034) 227#if defined(HAVE_CHARGING) && (CONFIG_CPU == SH7034)