]> Git Repo - u-boot.git/blobdiff - boot/bootmeth_efi_mgr.c
Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"
[u-boot.git] / boot / bootmeth_efi_mgr.c
index 6428c096d7f8c790551b12dd28b0252ea5293b62..23ae1e610ac77b6fb354e5d63af156868cc07de7 100644 (file)
@@ -8,7 +8,6 @@
 
 #define LOG_CATEGORY UCLASS_BOOTSTD
 
-#include <common.h>
 #include <bootdev.h>
 #include <bootflow.h>
 #include <bootmeth.h>
@@ -87,7 +86,7 @@ static int efi_mgr_boot(struct udevice *dev, struct bootflow *bflow)
        int ret;
 
        /* Booting is handled by the 'bootefi bootmgr' command */
-       ret = run_command("bootefi bootmgr", 0);
+       ret = efi_bootmgr_run(EFI_FDT_USE_INTERNAL);
 
        return 0;
 }
@@ -114,7 +113,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,
This page took 0.02583 seconds and 4 git commands to generate.