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: baikal/mips/sdk5.9~7^2^2~17^2~11 X-Git-Url: https://git.baikalelectronics.ru/?a=commitdiff_plain;h=8bdd3f108d63090a3f5185a11f9fef2ab2ee81e0;p=uboot.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