aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMasami Hiramatsu <masami.hiramatsu@linaro.org>2021-07-12 19:36:30 +0900
committerTom Rini <trini@konsulko.com>2021-07-23 18:53:45 -0400
commitf4f11985bd67cb3b99cbf1836ac076e91f46cccb (patch)
tree038a761fbd07a3a235365357d6767ed78175b14d
parent62c0136f36d4b4b220fca88dab82e57da2320234 (diff)
downloadu-boot-f4f11985bd67cb3b99cbf1836ac076e91f46cccb.zip
u-boot-f4f11985bd67cb3b99cbf1836ac076e91f46cccb.tar.gz
u-boot-f4f11985bd67cb3b99cbf1836ac076e91f46cccb.tar.bz2
configs: synquacer: Enable UEFI secure boot
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@linaro.org>
-rw-r--r--configs/synquacer_developerbox_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/synquacer_developerbox_defconfig b/configs/synquacer_developerbox_defconfig
index 3aa507f..da5714d 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