]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
configs: am64x: Enable EFI capsule update
authorJonathan Humphreys <j-humphreys@ti.com>
Fri, 14 Jun 2024 16:35:32 +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/am64x_evm_a53_defconfig

index e000549d6d0122bdb2999aaff5a2deb44da2c382..44c22458ab2c13d2d84f50c3f2991820de718e5a 100644 (file)
@@ -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>