summaryrefslogtreecommitdiffstats
path: root/bootloader/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'bootloader/main.c')
-rw-r--r--bootloader/main.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/bootloader/main.c b/bootloader/main.c
index 40f7a0510d..7c5041f4cc 100644
--- a/bootloader/main.c
+++ b/bootloader/main.c
@@ -217,9 +217,6 @@ void main(void)
backlight_init();
set_irq_level(0);
lcd_init();
-#ifdef IRIVER_H300_SERIES
- lcd_enable(true);
-#endif
font_init();
adc_init();
button_init();
@@ -305,6 +302,10 @@ void main(void)
lcd_putsxy((LCD_WIDTH-w)/2, (LCD_HEIGHT-h)/2, msg);
lcd_update();
+#ifdef IRIVER_H300_SERIES
+ sleep(HZ);
+#endif
+
ata_spin();
ata_enable(false);
usb_enable(true);