summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Humphreys <j-humphreys@ti.com>2024-06-14 11:35:32 -0500
committerTom Rini <trini@konsulko.com>2024-06-18 10:43:29 -0600
commit86c6dd74913af0b39c06b58396d3fabe2d129815 (patch)
treee3debe34bd1d045e984e91873bceed3f1e016b50
parent5b84d2de5e6cbecdbb363cfcf488a51af2e725b8 (diff)
configs: am64x: Enable EFI capsule update
Enable on disk, raw capsule update. Signed-off-by: Jonathan Humphreys <j-humphreys@ti.com>
-rw-r--r--configs/am64x_evm_a53_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/am64x_evm_a53_defconfig b/configs/am64x_evm_a53_defconfig
index e000549d6d0..44c22458ab2 100644
--- a/configs/am64x_evm_a53_defconfig
+++ b/configs/am64x_evm_a53_defconfig
@@ -178,3 +178,5 @@ CONFIG_USB_FUNCTION_MASS_STORAGE=y
CONFIG_SPL_DFU=y
CONFIG_FS_FAT_MAX_CLUSTSIZE=16384
CONFIG_EFI_SET_TIME=y
+
+#include <configs/k3_efi_capsule.config>