diff options
| author | Tom Rini <[email protected]> | 2023-12-17 09:11:06 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-12-17 09:11:06 -0500 |
| commit | fdefb4e194c65777fa11479119adaa71651f41d4 (patch) | |
| tree | f476647ec6dc4d36a0ccc6df3cba71c137b7d098 /test/boot | |
| parent | cd948210332783c2b1c6d10a982a80c0da4f69b9 (diff) | |
| parent | 291ab919355df5ee28183546049d5fbdb2777d2d (diff) | |
Merge tag 'efi-next-20231217' of https://source.denx.de/u-boot/custodians/u-boot-efi into next
Pull request for efi-next-20231217
Documentation:
* replace MD5 and SHA1 by SHA256 in examples
UEFI:
* Refactor boot manager and bootefi command to let the EFI boot method work
without shell.
Diffstat (limited to 'test/boot')
| -rw-r--r-- | test/boot/bootflow.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/boot/bootflow.c b/test/boot/bootflow.c index 597f624d036..f3e5a839da4 100644 --- a/test/boot/bootflow.c +++ b/test/boot/bootflow.c @@ -374,7 +374,7 @@ static int bootflow_system(struct unit_test_state *uts) { struct udevice *bootstd, *dev; - if (!IS_ENABLED(CONFIG_CMD_BOOTEFI_BOOTMGR)) + if (!IS_ENABLED(CONFIG_BOOTEFI_BOOTMGR)) return -EAGAIN; ut_assertok(uclass_first_device_err(UCLASS_BOOTSTD, &bootstd)); ut_assertok(device_bind(bootstd, DM_DRIVER_GET(bootmeth_efi_mgr), |
