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

Unified Diff: firmware/linktest/main.c

Issue 2869022: New rollback_index API. (Closed) Base URL: ssh://git@chromiumos-git/vboot_reference.git
Patch Set: small API change 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 | « firmware/lib/vboot_firmware.c ('k') | firmware/version.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: firmware/linktest/main.c
diff --git a/firmware/linktest/main.c b/firmware/linktest/main.c
index f91da9950e1c8aec28d820645ef35c61e29d0ab2..4696c2e61d64125cf94fd73bf558a70c5807aff8 100644
--- a/firmware/linktest/main.c
+++ b/firmware/linktest/main.c
@@ -24,7 +24,8 @@ int main(void)
LoadKernel(0);
/* rollback_index.h */
- RollbackFirmwareSetup(0, &x, &y);
+ RollbackFirmwareSetup(0);
+ RollbackFirmwareRead(&x, &y);
RollbackFirmwareWrite(0, 0);
RollbackFirmwareLock();
RollbackKernelRecovery(0);
« no previous file with comments | « firmware/lib/vboot_firmware.c ('k') | firmware/version.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698