aboutsummaryrefslogtreecommitdiff
path: root/configs/synquacer_developerbox_defconfig
diff options
context:
space:
mode:
authorMasami Hiramatsu <masami.hiramatsu@linaro.org>2021-07-12 19:36:39 +0900
committerTom Rini <trini@konsulko.com>2021-07-23 18:53:45 -0400
commit9e2c1fefdeb5a5f9306282999867bbb4584be899 (patch)
tree5e6e08f0fd91379d535df5a18016a4a20bb2e6dc /configs/synquacer_developerbox_defconfig
parentf4f11985bd67cb3b99cbf1836ac076e91f46cccb (diff)
downloadu-boot-9e2c1fefdeb5a5f9306282999867bbb4584be899.zip
u-boot-9e2c1fefdeb5a5f9306282999867bbb4584be899.tar.gz
u-boot-9e2c1fefdeb5a5f9306282999867bbb4584be899.tar.bz2
configs: synquacer: Use RAW capsule image instead of FIT
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>
Diffstat (limited to 'configs/synquacer_developerbox_defconfig')
-rw-r--r--configs/synquacer_developerbox_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/synquacer_developerbox_defconfig b/configs/synquacer_developerbox_defconfig
index da5714d..c4de622 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