diff options
| author | Jonathan Humphreys <[email protected]> | 2024-06-14 11:35:41 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-06-18 10:43:29 -0600 |
| commit | 0040f07e5a563f64f60915a6cefdf7b1be7bfee8 (patch) | |
| tree | 5783c837f0f4f246ed13456ae13196fe02083ee4 | |
| parent | 2af879df86f85c94f868dad5a99386bfc4b1975d (diff) | |
configs: am62x: Enable EFI capsule update
Enable on disk, raw capsule update.
Signed-off-by: Jonathan Humphreys <[email protected]>
| -rw-r--r-- | configs/am62x_evm_a53_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/am62x_evm_a53_defconfig b/configs/am62x_evm_a53_defconfig index 9bfe1560275..ca993b427bd 100644 --- a/configs/am62x_evm_a53_defconfig +++ b/configs/am62x_evm_a53_defconfig @@ -114,4 +114,5 @@ CONFIG_SYSRESET_TI_SCI=y CONFIG_FS_FAT_MAX_CLUSTSIZE=16384 CONFIG_EFI_SET_TIME=y +#include <configs/k3_efi_capsule.config> #include <configs/am62x_a53_usbdfu.config> |
