]> Git Repo - J-u-boot.git/blobdiff - common/main.c
Convert CONFIG_ID_EEPROM to Kconfig
[J-u-boot.git] / common / main.c
index 4b3cd302c3e22209db13c4ca491a861ad3fd0f23..ae5bcdb32f8bacec599d558a636df6dc7f3664d4 100644 (file)
@@ -16,6 +16,7 @@
 #include <init.h>
 #include <net.h>
 #include <version.h>
+#include <efi_loader.h>
 
 static void run_preboot_environment_command(void)
 {
@@ -53,6 +54,9 @@ void main_loop(void)
        if (IS_ENABLED(CONFIG_UPDATE_TFTP))
                update_tftp(0UL, NULL, NULL);
 
+       if (IS_ENABLED(CONFIG_EFI_CAPSULE_ON_DISK_EARLY))
+               efi_launch_capsules();
+
        s = bootdelay_process();
        if (cli_process_fdt(&s))
                cli_secure_boot_cmd(s);
This page took 0.025079 seconds and 4 git commands to generate.