[Concept,13/14] efi: app: Allow booting an EFI app

Message ID 20250820144621.1073679-14-sjg@u-boot.org
State New
Headers
Series efi: app: Support booting an OS |

Commit Message

Simon Glass Aug. 20, 2025, 2:46 p.m. UTC
  From: Simon Glass <sjg@chromium.org>

Enable booting an app from the U-Boot app, since many distros package
their bootloader as an EFI app.

Signed-off-by: Simon Glass <sjg@chromium.org>
---

 lib/efi/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Patch

diff --git a/lib/efi/Kconfig b/lib/efi/Kconfig
index ed12741f61a..1570741db17 100644
--- a/lib/efi/Kconfig
+++ b/lib/efi/Kconfig
@@ -11,7 +11,7 @@  config EFI
 
 	  This is used to provide libraries shared by both.
 
-if EFI_LOADER
+if EFI_LOADER || EFI_APP
 
 config EFI_BINARY_EXEC
 	bool "Execute UEFI binary"