diff mbox series

[v3,7/8] configs: synquacer: Use RAW capsule image instead of FIT

Message ID 162608619965.206671.9802244348679655764.stgit@localhost
State Accepted
Commit 9e2c1fefdeb5a5f9306282999867bbb4584be899
Delegated to: Tom Rini
Headers show
Series arm64: synquacer: DeveloperBox updates | expand

Commit Message

Masami Hiramatsu July 12, 2021, 10:36 a.m. UTC
Since the recent commit;

 commit b891ff18f899 ("efi_loader: Force a single FMP instance per hardware store")

forces a single FMP instances for a storage, we can not
enable both RAW and FIT capsule image support at once.
Since RAW capsule image support is simpler than FIT,
enable RAW capsule image instead of FIT by default.

Signed-off-by: Masami Hiramatsu <masami.hiramatsu@linaro.org>
---
 configs/synquacer_developerbox_defconfig |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Tom Rini July 24, 2021, 8:40 p.m. UTC | #1
On Mon, Jul 12, 2021 at 07:36:39PM +0900, Masami Hiramatsu wrote:

> Since the recent commit;
> 
>  commit b891ff18f899 ("efi_loader: Force a single FMP instance per hardware store")
> 
> forces a single FMP instances for a storage, we can not
> enable both RAW and FIT capsule image support at once.
> Since RAW capsule image support is simpler than FIT,
> enable RAW capsule image instead of FIT by default.
> 
> Signed-off-by: Masami Hiramatsu <masami.hiramatsu@linaro.org>

Applied to u-boot/master, thanks!
diff mbox series

Patch

diff --git a/configs/synquacer_developerbox_defconfig b/configs/synquacer_developerbox_defconfig
index da5714de61..c4de622314 100644
--- a/configs/synquacer_developerbox_defconfig
+++ b/configs/synquacer_developerbox_defconfig
@@ -91,5 +91,5 @@  CONFIG_USB_STORAGE=y
 CONFIG_EFI_SET_TIME=y
 CONFIG_EFI_RUNTIME_UPDATE_CAPSULE=y
 CONFIG_EFI_CAPSULE_ON_DISK=y
-CONFIG_EFI_CAPSULE_FIRMWARE_FIT=y
+CONFIG_EFI_CAPSULE_FIRMWARE_RAW=y
 CONFIG_EFI_SECURE_BOOT=y