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

Unified Diff: vboot_firmware/linktest/main.c

Issue 2792009: Fix normal/recovery mode, and RO firmware vs. RW firmware behavior. (Closed) Base URL: ssh://git@chromiumos-git/vboot_reference.git
Patch Set: add a comment 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
« vboot_firmware/lib/vboot_firmware.c ('K') | « vboot_firmware/lib/vboot_firmware.c ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: vboot_firmware/linktest/main.c
diff --git a/vboot_firmware/linktest/main.c b/vboot_firmware/linktest/main.c
index 99cdccdd0df94dd1b3b87ba61383b6983b7ec80b..39d2d345aca9d1ed7ec26e420e9d101313cc98f1 100644
--- a/vboot_firmware/linktest/main.c
+++ b/vboot_firmware/linktest/main.c
@@ -44,7 +44,7 @@ int main(void)
LoadKernel(0);
/* rollback_index.h */
- SetupTPM();
+ SetupTPM(0, 0);
GetStoredVersions(0, &x, &y);
WriteStoredVersions(0, 0, 0);
LockFirmwareVersions();
« vboot_firmware/lib/vboot_firmware.c ('K') | « vboot_firmware/lib/vboot_firmware.c ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698