On Sun, 18 May 2025 at 09:43, Heinrich Schuchardt <heinrich.schucha...@canonical.com> wrote: > > %s/data that change/data that changes/ > %s/cannot be used has/cannot be used as/ > %s/Otherwise/Otherwise,/ > %s/allows better measurement/allows for better measurement/ > > Signed-off-by: Heinrich Schuchardt <heinrich.schucha...@canonical.com> > --- > lib/efi_loader/Kconfig | 7 +++---- > 1 file changed, 3 insertions(+), 4 deletions(-) > > diff --git a/lib/efi_loader/Kconfig b/lib/efi_loader/Kconfig > index 7f02a83e2a2..95b51d4da1f 100644 > --- a/lib/efi_loader/Kconfig > +++ b/lib/efi_loader/Kconfig > @@ -443,10 +443,9 @@ config EFI_TCG2_PROTOCOL_MEASURE_DTB > help > When enabled, the DTB image passed to the booted EFI image is > measured using the EFI TCG2 protocol. Do not enable this feature if > - the passed DTB contains data that change across platform reboots > - and cannot be used has a predictable measurement. Otherwise > - this feature allows better measurement of the system boot > - sequence. > + the passed DTB contains data that changes across platform reboots > + and cannot be used as a predictable measurement. Otherwise, this > + feature allows for better measurement of the system boot sequence. > > config EFI_LOAD_FILE2_INITRD > bool "EFI_FILE_LOAD2_PROTOCOL for Linux initial ramdisk" > -- > 2.48.1 >
Acked-by: Ilias Apalodimas <ilias.apalodi...@linaro.org>