commit | 1113fbf4ceb102a0f184957ff29717da4c3ef2ae | [log] [tgz] |
---|---|---|
author | Jonathan Humphreys <j-humphreys@ti.com> | Fri Jun 14 11:35:41 2024 -0500 |
committer | Tom Rini <trini@konsulko.com> | Tue Jun 18 10:43:29 2024 -0600 |
tree | 5783c837f0f4f246ed13456ae13196fe02083ee4 | |
parent | e7aade52568e6f8488da432666cc3d60ddfa4c52 [diff] |
configs: am62x: Enable EFI capsule update Enable on disk, raw capsule update. Signed-off-by: Jonathan Humphreys <j-humphreys@ti.com>
diff --git a/configs/am62x_evm_a53_defconfig b/configs/am62x_evm_a53_defconfig index 9bfe156..ca993b4 100644 --- a/configs/am62x_evm_a53_defconfig +++ b/configs/am62x_evm_a53_defconfig
@@ -114,4 +114,5 @@ CONFIG_FS_FAT_MAX_CLUSTSIZE=16384 CONFIG_EFI_SET_TIME=y +#include <configs/k3_efi_capsule.config> #include <configs/am62x_a53_usbdfu.config>