From: Jan Kiszka Date: Wed, 16 Mar 2022 11:12:16 +0000 (+0100) Subject: doc: uefi: Fix reference to CONFIG_EFI_SECURE_BOOT X-Git-Tag: v2025.01-rc5-pxa1908~1496^2~11 X-Git-Url: http://git.dujemihanovic.xyz/html/static/git-logo.png?a=commitdiff_plain;h=2899296e5cbbf7e28f5e43025eda74382f44f4ca;p=u-boot.git doc: uefi: Fix reference to CONFIG_EFI_SECURE_BOOT There is no CONFIG_UEFI_SECURE_BOOT, and there was never any. Signed-off-by: Jan Kiszka Reviewed-by: Heinrich Schuchardt --- diff --git a/doc/develop/uefi/uefi.rst b/doc/develop/uefi/uefi.rst index b7bf135627..fe337c88bd 100644 --- a/doc/develop/uefi/uefi.rst +++ b/doc/develop/uefi/uefi.rst @@ -105,7 +105,7 @@ The UEFI specification[1] defines a secure way of executing UEFI images by verifying a signature (or message digest) of image with certificates. This feature on U-Boot is enabled with:: - CONFIG_UEFI_SECURE_BOOT=y + CONFIG_EFI_SECURE_BOOT=y To make the boot sequence safe, you need to establish a chain of trust; In UEFI secure boot the chain trust is defined by the following UEFI variables