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

Unified Diff: firmware/linktest/main.c

Issue 2857030: Exhaustive test for rollback code (Closed) Base URL: ssh://git@chromiumos-git/vboot_reference.git
Patch Set: Fix write count handling and improve comments. Created 10 years, 5 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/rollback_index.c ('k') | firmware/stub/tlcl.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 4696c2e61d64125cf94fd73bf558a70c5807aff8..5e900a96171a3f7727f94fe4a3d661c649606443 100644
--- a/firmware/linktest/main.c
+++ b/firmware/linktest/main.c
@@ -35,6 +35,8 @@ int main(void)
/* tlcl.h */
TlclLibInit();
+ TlclCloseDevice();
+ TlclOpenDevice();
TlclStartup();
TlclSelftestfull();
TlclContinueSelfTest();
@@ -48,6 +50,7 @@ int main(void)
TlclIsOwned();
TlclForceClear();
TlclSetEnable();
+ TlclClearEnable();
TlclSetDeactivated(0);
TlclGetFlags(0, 0);
« no previous file with comments | « firmware/lib/rollback_index.c ('k') | firmware/stub/tlcl.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698