
20 Aug
2025
20 Aug
'25
2:46 p.m.
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(-) 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" -- 2.43.0