mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-11-28 22:21:49 +01:00
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 <jan.kiszka@siemens.com> Reviewed-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
This commit is contained in:
parent
aac01df4f5
commit
2899296e5c
@ -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.
|
by verifying a signature (or message digest) of image with certificates.
|
||||||
This feature on U-Boot is enabled with::
|
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;
|
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
|
In UEFI secure boot the chain trust is defined by the following UEFI variables
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user