diff mbox series

[v7,23/24] configs: j784s4: Enable EFI capsule update

Message ID 20240614163551.2610212-24-j-humphreys@ti.com
State Accepted
Commit f29f6f1262b3b8418ad0640df90a7cea01d9b9a3
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/j784s4_evm_a72_defconfig | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

diff --git a/configs/j784s4_evm_a72_defconfig b/configs/j784s4_evm_a72_defconfig
index 141f2e0e156..3cfa006f86b 100644
--- a/configs/j784s4_evm_a72_defconfig
+++ b/configs/j784s4_evm_a72_defconfig
@@ -161,3 +161,5 @@  CONFIG_SPL_SYSRESET=y
 CONFIG_SYSRESET_TI_SCI=y
 CONFIG_DM_THERMAL=y
 CONFIG_EFI_SET_TIME=y
+
+#include <configs/k3_efi_capsule.config>