]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
configs: beagleplay: Enable EFI capsule update
authorJonathan Humphreys <j-humphreys@ti.com>
Fri, 14 Jun 2024 16:35:39 +0000 (11:35 -0500)
committerTom Rini <trini@konsulko.com>
Tue, 18 Jun 2024 16:43:29 +0000 (10:43 -0600)
Enable on disk, raw capsule update.

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

index 414b935bffb520a295a5619c89c233ce27fc4e6a..79c82d1ff7ac7fab3c25267cdeb58615e259a946 100644 (file)
@@ -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>