From: Jonathan Humphreys <j-humphreys@ti.com>
Date: Fri, 14 Jun 2024 16:35:47 +0000 (-0500)
Subject: configs: beagleboneai64: Enable EFI capsule update
X-Git-Tag: v2025.01-rc5-pxa1908~398^2~31^2~4
X-Git-Url: http://git.dujemihanovic.xyz/img/static//%22brlog.php?a=commitdiff_plain;h=25e171c5a07f837f2a3178566e879894f9631b6b;p=u-boot.git

configs: beagleboneai64: Enable EFI capsule update

Enable on disk, raw capsule update.

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

diff --git a/configs/j721e_beagleboneai64_a72_defconfig b/configs/j721e_beagleboneai64_a72_defconfig
index a354876f8c..86c565a921 100644
--- a/configs/j721e_beagleboneai64_a72_defconfig
+++ b/configs/j721e_beagleboneai64_a72_defconfig
@@ -172,3 +172,5 @@ CONFIG_USB_GADGET_PRODUCT_NUM=0x6163
 CONFIG_SPL_DFU=y
 CONFIG_LZO=y
 CONFIG_EFI_SET_TIME=y
+
+#include <configs/k3_efi_capsule.config>