summaryrefslogtreecommitdiff
path: root/bootloader/ipod.c
diff options
context:
space:
mode:
Diffstat (limited to 'bootloader/ipod.c')
-rw-r--r--bootloader/ipod.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/bootloader/ipod.c b/bootloader/ipod.c
index 8e5bd08a42..9583afe0fb 100644
--- a/bootloader/ipod.c
+++ b/bootloader/ipod.c
@@ -306,12 +306,11 @@ void* main(void)
306 system_init(); 306 system_init();
307 kernel_init(); 307 kernel_init();
308 308
309#ifndef HAVE_BACKLIGHT_INVERSION
310 backlight_init(); /* Turns on the backlight */
311#endif
312
313 lcd_init(); 309 lcd_init();
314 font_init(); 310 font_init();
311#ifndef HAVE_BACKLIGHT_INVERSION
312 backlight_init(); /* Turns on the backlight BUGFIX backlight_init MUST BE AFTER lcd_init */
313#endif
315 314
316#ifdef HAVE_LCD_COLOR 315#ifdef HAVE_LCD_COLOR
317 lcd_set_foreground(LCD_WHITE); 316 lcd_set_foreground(LCD_WHITE);