From 279b03d979154cf6d4cd086f21daf478bd3d986c Mon Sep 17 00:00:00 2001 From: AKASHI Takahiro Date: Wed, 17 Jan 2024 13:39:42 +0900 Subject: efi_loader: rename BOOTEFI_BOOTMGR to EFI_BOOTMGR At this point, EFI boot manager interfaces is fully independent from bootefi command. So just rename the configuration parameter. Signed-off-by: AKASHI Takahiro Reviewed-by: Simon Glass --- test/boot/bootflow.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/boot/bootflow.c') diff --git a/test/boot/bootflow.c b/test/boot/bootflow.c index 104f49deef..fa54dde661 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_BOOTEFI_BOOTMGR)) + if (!IS_ENABLED(CONFIG_EFI_BOOTMGR)) return -EAGAIN; ut_assertok(uclass_first_device_err(UCLASS_BOOTSTD, &bootstd)); ut_assertok(device_bind(bootstd, DM_DRIVER_GET(bootmeth_efi_mgr), -- cgit v1.2.3