From: Jonathan Humphreys <j-humphreys@ti.com>
Date: Fri, 14 Jun 2024 16:35:41 +0000 (-0500)
Subject: configs: am62x: Enable EFI capsule update
X-Git-Tag: v2025.01-rc5-pxa1908~398^2~31^2~10
X-Git-Url: http://git.dujemihanovic.xyz/contact?a=commitdiff_plain;h=0040f07e5a563f64f60915a6cefdf7b1be7bfee8;p=u-boot.git

configs: am62x: Enable EFI capsule update

Enable on disk, raw capsule update.

Signed-off-by: Jonathan Humphreys <j-humphreys@ti.com>
---

diff --git a/configs/am62x_evm_a53_defconfig b/configs/am62x_evm_a53_defconfig
index 9bfe156027..ca993b427b 100644
--- a/configs/am62x_evm_a53_defconfig
+++ b/configs/am62x_evm_a53_defconfig
@@ -114,4 +114,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>