diff options
| author | Tom Rini <[email protected]> | 2024-06-14 08:59:01 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-06-14 12:59:06 -0600 |
| commit | e7404a804f6f20fcbedf38f9c6db7f7f12fea3fe (patch) | |
| tree | 890e2794e97889e8d03ee1563d84305821fff2bc /tools | |
| parent | 0786dd573d0793417852e009dee3148ebdd163f3 (diff) | |
| parent | 1682d3c91116996a3ea07a065005479e3a690f96 (diff) | |
Merge patch series "binman: ti: create binman nodes for EFI capsules"
Jonathan Humphreys <[email protected]> says:
Add binman nodes for EFI capsules of firmware components so that capsules
are automatically created during the UBoot builds.
This is enabled for several TI SoC based platforms: AM64, AM62, AM62p,
BeaglePlay, AM69, J7, and BeagleboneAI.
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Kconfig b/tools/Kconfig index 667807b3317..5c75af48fe3 100644 --- a/tools/Kconfig +++ b/tools/Kconfig @@ -98,7 +98,7 @@ config TOOLS_SHA512 config TOOLS_MKEFICAPSULE bool "Build efimkcapsule command" - default y if EFI_CAPSULE_ON_DISK + default y if EFI_LOADER help This command allows users to create a UEFI capsule file and, optionally sign that file. If you want to enable UEFI capsule |
