Fix variable name in "arm64: add kernel config option to lock down when in Secure Boot mode"

This commit is contained in:
Ben Hutchings 2018-01-15 04:10:12 +00:00
parent 8996784cdc
commit e3496974c8
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ Signed-off-by: Linn Crosetto <linn@hpe.com>
"Unexpected EFI_MEMORY_DESCRIPTOR version %ld",
efi.memmap.desc_version);
+ efi_set_secure_boot(boot_params.secure_boot);
+ efi_set_secure_boot(params.secure_boot);
+ init_lockdown();
+
if (uefi_init() < 0) {