diff options
author | Jonathan Humphreys <j-humphreys@ti.com> | 2024-06-14 11:35:35 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-06-18 10:43:29 -0600 |
commit | 40abc84b1df8cf4b6f3701519f8fc701eef398bc (patch) | |
tree | 010ad692cce875a43025035e0707966cc8c45e95 | |
parent | 9bd6cc292fa8e15f99f50f4a945f1ec52f8adf90 (diff) |
configs: j721e: Enable EFI capsule update
Enable on disk, raw capsule update.
Signed-off-by: Jonathan Humphreys <j-humphreys@ti.com>
-rw-r--r-- | configs/j721e_evm_a72_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/j721e_evm_a72_defconfig b/configs/j721e_evm_a72_defconfig index 451a6a91c4f..f99315789c7 100644 --- a/configs/j721e_evm_a72_defconfig +++ b/configs/j721e_evm_a72_defconfig @@ -211,3 +211,5 @@ CONFIG_UFS=y CONFIG_CADENCE_UFS=y CONFIG_TI_J721E_UFS=y CONFIG_EFI_SET_TIME=y + +#include <configs/k3_efi_capsule.config> |