]> git.dujemihanovic.xyz Git - u-boot.git/commit
tools: Build mkeficapsule tool by default if EFI_LOADER is set
authorJonathan Humphreys <j-humphreys@ti.com>
Fri, 31 May 2024 22:51:02 +0000 (17:51 -0500)
committerTom Rini <trini@konsulko.com>
Fri, 14 Jun 2024 18:59:05 +0000 (12:59 -0600)
commitb7a625b1ce49ac4e45dbacf476c31d8e312350fb
treeecef13ae78ce8d73b6648a7ed1a9d6519138607f
parent227be29df37545f74243a98c12a4a33c4160e3cd
tools: Build mkeficapsule tool by default if EFI_LOADER is set

Trigger the building of the mkeficapsule tool if EFI_LOADER is enabled.
Previously it was triggered on EFI_CAPSULE_ON_DISK, but mkeficapsule is
needed when a capsule is being generated for a bootloader stage, not just
from the stage applying them. EFI_LOADER is a more accurate approximation
of when a capsule may need to be generated.

Signed-off-by: Jonathan Humphreys <j-humphreys@ti.com>
tools/Kconfig