diff options
author | Jonathan Humphreys <j-humphreys@ti.com> | 2024-06-14 11:35:47 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-06-18 10:43:29 -0600 |
commit | 25e171c5a07f837f2a3178566e879894f9631b6b (patch) | |
tree | 32432252bc5f300b1ad273efbd4665525e172f37 | |
parent | c6de7a339eb1535cf3124df746372be2dd8fbdb6 (diff) |
configs: beagleboneai64: Enable EFI capsule update
Enable on disk, raw capsule update.
Signed-off-by: Jonathan Humphreys <j-humphreys@ti.com>
-rw-r--r-- | configs/j721e_beagleboneai64_a72_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/j721e_beagleboneai64_a72_defconfig b/configs/j721e_beagleboneai64_a72_defconfig index a354876f8c2..86c565a9211 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> |