The iriver bootloader now doesn't reboot after USB mode, it just continues booting
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7196 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
b0e056b5ae
commit
1310390348
1 changed files with 6 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue