commit | 1b4c9e1af3ce3c4a20dba23392bab4e2b5d05454 | [log] [tgz] |
---|---|---|
author | Jonathan Humphreys <j-humphreys@ti.com> | Fri Jun 14 11:35:32 2024 -0500 |
committer | Tom Rini <trini@konsulko.com> | Tue Jun 18 10:43:29 2024 -0600 |
tree | e3debe34bd1d045e984e91873bceed3f1e016b50 | |
parent | e347ac06836e3f225478391b14fceeb686dfc701 [diff] |
configs: am64x: Enable EFI capsule update Enable on disk, raw capsule update. Signed-off-by: Jonathan Humphreys <j-humphreys@ti.com>
diff --git a/configs/am64x_evm_a53_defconfig b/configs/am64x_evm_a53_defconfig index e000549..44c2245 100644 --- a/configs/am64x_evm_a53_defconfig +++ b/configs/am64x_evm_a53_defconfig
@@ -178,3 +178,5 @@ CONFIG_SPL_DFU=y CONFIG_FS_FAT_MAX_CLUSTSIZE=16384 CONFIG_EFI_SET_TIME=y + +#include <configs/k3_efi_capsule.config>