diff options
author | Jonathan Humphreys <j-humphreys@ti.com> | 2024-06-14 11:35:44 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-06-18 10:43:29 -0600 |
commit | 81ab0f0fe0c792a412ae7fa1a1b60d99dec4b7ac (patch) | |
tree | 38f29a4bc923076a55fe91f367520cdabbf7808c /configs | |
parent | 0af78a1a729dd07809b8a4037724d184e40ae5ed (diff) | |
download | u-boot-81ab0f0fe0c792a412ae7fa1a1b60d99dec4b7ac.zip u-boot-81ab0f0fe0c792a412ae7fa1a1b60d99dec4b7ac.tar.gz u-boot-81ab0f0fe0c792a412ae7fa1a1b60d99dec4b7ac.tar.bz2 |
configs: am62px: Enable EFI capsule update
Enable on disk, raw capsule update.
Signed-off-by: Jonathan Humphreys <j-humphreys@ti.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/am62px_evm_a53_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/am62px_evm_a53_defconfig b/configs/am62px_evm_a53_defconfig index 9f40c9a..e1c9c85 100644 --- a/configs/am62px_evm_a53_defconfig +++ b/configs/am62px_evm_a53_defconfig @@ -179,3 +179,5 @@ CONFIG_USB_GADGET_PRODUCT_NUM=0x6165 CONFIG_SPL_DFU=y CONFIG_FS_FAT_MAX_CLUSTSIZE=16384 CONFIG_EFI_SET_TIME=y + +#include <configs/k3_efi_capsule.config> |