Skip to content
Snippets Groups Projects
Commit 2899296e authored by Jan Kiszka's avatar Jan Kiszka Committed by Heinrich Schuchardt
Browse files

doc: uefi: Fix reference to CONFIG_EFI_SECURE_BOOT


There is no CONFIG_UEFI_SECURE_BOOT, and there was never any.

Signed-off-by: default avatarJan Kiszka <jan.kiszka@siemens.com>
Reviewed-by: default avatarHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
parent aac01df4
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment