]> git.dujemihanovic.xyz Git - u-boot.git/commit
bootmeth: Make BOOTMETH_EFILOADER depend on CMD_BOOTEFI
authorTom Rini <trini@konsulko.com>
Thu, 26 Oct 2023 18:31:21 +0000 (14:31 -0400)
committerTom Rini <trini@konsulko.com>
Tue, 7 Nov 2023 19:48:51 +0000 (14:48 -0500)
commit0bb4abd5d074a020070aaeadde4c8af79b975774
tree5e8ea3e7d48c7a73ac1ffeea1d24a9836f3d7edd
parent422822cfc02d0215205dc499be55f8feb69c3d06
bootmeth: Make BOOTMETH_EFILOADER depend on CMD_BOOTEFI

Today, the bootmeth for using the EFI loader via bootefi depends on
calling the bootefi command directly, so make this in turn depend on
CMD_BOOTEFI.

Signed-off-by: Tom Rini <trini@konsulko.com>
boot/Kconfig