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:
@@ -184,7 +184,7 @@ static const struct udevice_id extlinux_bootmeth_pxe_ids[] = {
|
||||
{ }
|
||||
};
|
||||
|
||||
U_BOOT_DRIVER(bootmeth_pxe) = {
|
||||
U_BOOT_DRIVER(bootmeth_zpxe) = {
|
||||
.name = "bootmeth_pxe",
|
||||
.id = UCLASS_BOOTMETH,
|
||||
.of_match = extlinux_bootmeth_pxe_ids,
|
||||
|
||||
Reference in New Issue
Block a user