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

index a354876f8c220c59381ed6ec1196649b85746094..86c565a92116abd3867f1fd6551b4ea14c70cd7d 100644 (file)
@@ -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>