From: Jonathan Humphreys <j-humphreys@ti.com>
Date: Fri, 14 Jun 2024 16:35:39 +0000 (-0500)
Subject: configs: beagleplay: Enable EFI capsule update
X-Git-Tag: v2025.01-rc5-pxa1908~398^2~31^2~12
X-Git-Url: http://git.dujemihanovic.xyz/img/html/static/%7B%7B?a=commitdiff_plain;h=8e117372c28a62b36875e9c9337ad87551a4c93c;p=u-boot.git

configs: beagleplay: Enable EFI capsule update

Enable on disk, raw capsule update.

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

diff --git a/configs/am62x_beagleplay_a53_defconfig b/configs/am62x_beagleplay_a53_defconfig
index 414b935bff..79c82d1ff7 100644
--- a/configs/am62x_beagleplay_a53_defconfig
+++ b/configs/am62x_beagleplay_a53_defconfig
@@ -126,4 +126,5 @@ CONFIG_FS_FAT_MAX_CLUSTSIZE=16384
 CONFIG_LZO=y
 CONFIG_EFI_SET_TIME=y
 
+#include <configs/k3_efi_capsule.config>
 #include <configs/am62x_a53_usbdfu.config>