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 <takahiro.akashi@linaro.org> Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:

committed by
Heinrich Schuchardt

parent
6422820ac3
commit
279b03d979
@@ -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),
|
||||
|
Reference in New Issue
Block a user