Index: vboot_firmware/lib/vboot_kernel.c |
diff --git a/vboot_firmware/lib/vboot_kernel.c b/vboot_firmware/lib/vboot_kernel.c |
index fd791afe7c289b46d6878eaff33996a8651906a8..cdf653db0a8df1f72b912075d8ffcfdb95cb5315 100644 |
--- a/vboot_firmware/lib/vboot_kernel.c |
+++ b/vboot_firmware/lib/vboot_kernel.c |
@@ -106,7 +106,7 @@ int WriteAndFreeGptData(GptData* gptdata) { |
} |
-int LoadKernel2(LoadKernelParams* params) { |
+int LoadKernel(LoadKernelParams* params) { |
VbPublicKey* kernel_subkey = (VbPublicKey*)params->header_sign_key_blob; |