Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(389)

Unified Diff: vboot_firmware/lib/vboot_firmware.c

Issue 2835006: Remove old firmware verification code (Closed) Base URL: ssh://gitrw.chromium.org/vboot_reference.git
Patch Set: Created 10 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « vboot_firmware/lib/load_firmware_fw.c ('k') | vboot_firmware/linktest/main.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: vboot_firmware/lib/vboot_firmware.c
diff --git a/vboot_firmware/lib/vboot_firmware.c b/vboot_firmware/lib/vboot_firmware.c
index 8c5f0f1db0fcc926e2681d297bc18d0b401faf65..88d6bb6488449d60fd30ce370d00d37201ce8393 100644
--- a/vboot_firmware/lib/vboot_firmware.c
+++ b/vboot_firmware/lib/vboot_firmware.c
@@ -6,8 +6,6 @@
* (Firmware portion)
*/
-#include "vboot_firmware.h"
-
#include "load_firmware_fw.h"
#include "rollback_index.h"
#include "utility.h"
@@ -33,7 +31,7 @@ void UpdateFirmwareBodyHash(LoadFirmwareParams* params,
}
-int LoadFirmware2(LoadFirmwareParams* params) {
+int LoadFirmware(LoadFirmwareParams* params) {
VbPublicKey* root_key = (VbPublicKey*)params->firmware_root_key_blob;
VbLoadFirmwareInternal* lfi;
« no previous file with comments | « vboot_firmware/lib/load_firmware_fw.c ('k') | vboot_firmware/linktest/main.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698