forked from len0rd/rockbox
x1000: bootloader: refactor init_disk
Add check_disk() to query the disk insertion status and prompt the user if necessary. Use this in place of init_disk(). Perform an unconditional disk_mount_all() from the main function. Change-Id: I9a8cc42266edf99cd15ece3aee8fa25835df04ae
This commit is contained in:
parent
905591215f
commit
7554a49309
6 changed files with 62 additions and 33 deletions
|
|
@ -93,4 +93,5 @@ x1000/boot.c
|
|||
x1000/gui.c
|
||||
x1000/install.c
|
||||
x1000/recovery.c
|
||||
x1000/utils.c
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue