diff mbox series

[v7,14/24] configs: am62x: Enable EFI capsule update

Message ID 20240614163551.2610212-15-j-humphreys@ti.com
State Accepted
Commit 0040f07e5a563f64f60915a6cefdf7b1be7bfee8
Delegated to: Tom Rini
Headers show
Series EFI: ti: Enable EFI capsule updates | expand

Commit Message

Jonathan Humphreys June 14, 2024, 4:35 p.m. UTC
Enable on disk, raw capsule update.

Signed-off-by: Jonathan Humphreys <j-humphreys@ti.com>
---
 configs/am62x_evm_a53_defconfig | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/configs/am62x_evm_a53_defconfig b/configs/am62x_evm_a53_defconfig
index 16294a6a794..aea9aa205c9 100644
--- a/configs/am62x_evm_a53_defconfig
+++ b/configs/am62x_evm_a53_defconfig
@@ -113,4 +113,5 @@  CONFIG_SYSRESET_TI_SCI=y
 CONFIG_FS_FAT_MAX_CLUSTSIZE=16384
 CONFIG_EFI_SET_TIME=y
 
+#include <configs/k3_efi_capsule.config>
 #include <configs/am62x_a53_usbdfu.config>