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, 6 insertions, 1 deletions
diff --git a/bootloader/main.c b/bootloader/main.c
index fd8049e5e6..63108f14dc 100644
--- a/bootloader/main.c
+++ b/bootloader/main.c
@@ -301,7 +301,12 @@ void main(void)
or_l(0x00020000, &GPIO1_OUT);
}
- system_reboot();
+ usb_enable(false);
+ ata_init(); /* Reinitialize ATA and continue booting */
+
+ lcd_clear_display();
+ line = 0;
+ lcd_update();
}
disk_init();