X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=cmd%2FKconfig;h=7cdff04a624b0448186a743303010bfaa3ae42f0;hb=74522c898b35e641cde9ea6a20625a3d80e56e53;hp=2ed0263a41340b6a7d271ce6e269f04070659a45;hpb=9c3193f8d03d4074fa6ca6b783246b97d8dc2ff5;p=oweals%2Fu-boot.git diff --git a/cmd/Kconfig b/cmd/Kconfig index 2ed0263a41..7cdff04a62 100644 --- a/cmd/Kconfig +++ b/cmd/Kconfig @@ -148,6 +148,13 @@ config CMD_BOOTM help Boot an application image from the memory. +config CMD_BOOTEFI + bool "bootefi" + depends on EFI_LOADER + default y + help + Boot an EFI image from memory. + config CMD_ELF bool "bootelf, bootvx" default y