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

Unified Diff: vboot_firmware/linktest/main.c

Issue 2711006: Import recent tpm_lite changes that make all TPM commands return a status. (Closed) Base URL: ssh://git@chromiumos-git/vboot_reference.git
Patch Set: cleanup from gauravsh's feedback 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/rollback_index.c ('k') | vboot_firmware/stub/tlcl.c » ('j') | 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 6b743a86d535da5ec4821641d4102576c7af60a4..cbefc2f41fbaba0b04006606805c3f629fb36e7e 100644
--- a/vboot_firmware/linktest/main.c
+++ b/vboot_firmware/linktest/main.c
@@ -48,9 +48,10 @@ int main(void)
LockKernelVersionsByLockingPP();
// tlcl.h
- TlclLibinit();
+ TlclLibInit();
TlclStartup();
TlclSelftestfull();
+ TlclContinueSelfTest();
TlclDefineSpace(0, 0, 0);
TlclWrite(0, 0, 0);
TlclRead(0, 0, 0);
« no previous file with comments | « vboot_firmware/lib/rollback_index.c ('k') | vboot_firmware/stub/tlcl.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698