From: Jonathan Humphreys Date: Fri, 14 Jun 2024 16:35:30 +0000 (-0500) Subject: configs: ti: Create base EFI capsule configs for TI K3 devices X-Git-Url: http://git.dujemihanovic.xyz/?a=commitdiff_plain;h=287c08e4132c6db8e99b88f4000bdde45b1e6105;p=u-boot.git configs: ti: Create base EFI capsule configs for TI K3 devices To better scale with the number of boards, separate TI K3 EFI capsule configs into its own file that can be shared across TI K3 boards. This will allow any platform level config changes to be done once. Signed-off-by: Jonathan Humphreys --- diff --git a/configs/k3_efi_capsule.config b/configs/k3_efi_capsule.config new file mode 100644 index 0000000000..e31cea3726 --- /dev/null +++ b/configs/k3_efi_capsule.config @@ -0,0 +1,2 @@ +CONFIG_EFI_CAPSULE_ON_DISK=y +CONFIG_EFI_CAPSULE_FIRMWARE_RAW=y