diff options
author | Jonathan Humphreys <j-humphreys@ti.com> | 2024-06-14 11:35:50 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-06-18 10:43:29 -0600 |
commit | f29f6f1262b3b8418ad0640df90a7cea01d9b9a3 (patch) | |
tree | c51cd8ba08963c90c8d192ac151296d74d4fd639 | |
parent | a4d5e5daa8476469d9d990d4bfc5bf2627dc7b00 (diff) | |
download | u-boot-f29f6f1262b3b8418ad0640df90a7cea01d9b9a3.tar.gz |
configs: j784s4: Enable EFI capsule update
Enable on disk, raw capsule update.
Signed-off-by: Jonathan Humphreys <j-humphreys@ti.com>
-rw-r--r-- | configs/j784s4_evm_a72_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
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> |