From 7554a49309fe31e69747c64caa28b4303270481b Mon Sep 17 00:00:00 2001 From: Aidan MacDonald Date: Sat, 5 Mar 2022 09:38:13 +0000 Subject: 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 --- bootloader/SOURCES | 1 + 1 file changed, 1 insertion(+) (limited to 'bootloader/SOURCES') diff --git a/bootloader/SOURCES b/bootloader/SOURCES index 16391f8528..95836eb016 100644 --- a/bootloader/SOURCES +++ b/bootloader/SOURCES @@ -93,4 +93,5 @@ x1000/boot.c x1000/gui.c x1000/install.c x1000/recovery.c +x1000/utils.c #endif -- cgit v1.2.3