mirror of
https://xff.cz/git/u-boot/
synced 2025-10-18 00:11:48 +02:00
boot: correct the default sequence of boot methods
The default sequence of boot methods is determined by alphabetical sorting during linkage. * efi_mgr must run before efi to be UEFI compliant * pxe should run as last resort Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com> Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
This commit is contained in:
@@ -114,7 +114,7 @@ static const struct udevice_id efi_mgr_bootmeth_ids[] = {
|
||||
{ }
|
||||
};
|
||||
|
||||
U_BOOT_DRIVER(bootmeth_efi_mgr) = {
|
||||
U_BOOT_DRIVER(bootmeth_3efi_mgr) = {
|
||||
.name = "bootmeth_efi_mgr",
|
||||
.id = UCLASS_BOOTMETH,
|
||||
.of_match = efi_mgr_bootmeth_ids,
|
||||
|
Reference in New Issue
Block a user