diff options
| author | Jonathan Humphreys <[email protected]> | 2024-06-14 11:35:32 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-06-18 10:43:29 -0600 |
| commit | 86c6dd74913af0b39c06b58396d3fabe2d129815 (patch) | |
| tree | e3debe34bd1d045e984e91873bceed3f1e016b50 /configs/am64x_evm_a53_defconfig | |
| parent | 5b84d2de5e6cbecdbb363cfcf488a51af2e725b8 (diff) | |
configs: am64x: Enable EFI capsule update
Enable on disk, raw capsule update.
Signed-off-by: Jonathan Humphreys <[email protected]>
Diffstat (limited to 'configs/am64x_evm_a53_defconfig')
| -rw-r--r-- | configs/am64x_evm_a53_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/am64x_evm_a53_defconfig b/configs/am64x_evm_a53_defconfig index e000549d6d0..44c22458ab2 100644 --- a/configs/am64x_evm_a53_defconfig +++ b/configs/am64x_evm_a53_defconfig @@ -178,3 +178,5 @@ CONFIG_USB_FUNCTION_MASS_STORAGE=y CONFIG_SPL_DFU=y CONFIG_FS_FAT_MAX_CLUSTSIZE=16384 CONFIG_EFI_SET_TIME=y + +#include <configs/k3_efi_capsule.config> |
