]> Git Repo - J-u-boot.git/commitdiff
configs: ti: Create base EFI capsule configs for TI K3 devices
authorJonathan Humphreys <[email protected]>
Fri, 14 Jun 2024 16:35:30 +0000 (11:35 -0500)
committerTom Rini <[email protected]>
Tue, 18 Jun 2024 16:43:29 +0000 (10:43 -0600)
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 <[email protected]>
configs/k3_efi_capsule.config [new file with mode: 0644]

diff --git a/configs/k3_efi_capsule.config b/configs/k3_efi_capsule.config
new file mode 100644 (file)
index 0000000..e31cea3
--- /dev/null
@@ -0,0 +1,2 @@
+CONFIG_EFI_CAPSULE_ON_DISK=y
+CONFIG_EFI_CAPSULE_FIRMWARE_RAW=y
This page took 0.029032 seconds and 4 git commands to generate.