[PATCH v3 6/8] configs: synquacer: Enable UEFI secure boot
Masami Hiramatsu
masami.hiramatsu at linaro.org
Mon Jul 12 12:36:30 CEST 2021
Enable UEFI secure boot on synquacer. Note that unless user
setup their keys, the secure boot will not work.
Signed-off-by: Masami Hiramatsu <masami.hiramatsu at linaro.org>
---
Changes in v3:
- Fix configs with savedefconfig.
---
configs/synquacer_developerbox_defconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/configs/synquacer_developerbox_defconfig b/configs/synquacer_developerbox_defconfig
index 3aa507fbe5..da5714de61 100644
--- a/configs/synquacer_developerbox_defconfig
+++ b/configs/synquacer_developerbox_defconfig
@@ -92,3 +92,4 @@ 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_SECURE_BOOT=y
More information about the U-Boot
mailing list