summaryrefslogtreecommitdiffstats
path: root/efi-secureboot.patch
diff options
context:
space:
mode:
Diffstat (limited to 'efi-secureboot.patch')
-rw-r--r--efi-secureboot.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/efi-secureboot.patch b/efi-secureboot.patch
index 478938b41..c57037623 100644
--- a/efi-secureboot.patch
+++ b/efi-secureboot.patch
@@ -302,7 +302,7 @@ index 2c6b00f0c229..527f7e51dc8d 100644
#endif
+#ifdef CONFIG_LOCK_DOWN_IN_EFI_SECURE_BOOT
+ if (efi_enabled(EFI_SECURE_BOOT))
-+ ock_kernel_down("EFI secure boot");
++ lock_kernel_down("EFI secure boot");
+#endif
}