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

Unified Diff: firmware/linktest/main.c

Issue 6469059: VbNvStorage cleanup and comments (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/vboot_reference.git@master
Patch Set: Fixes from code review Created 9 years, 10 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_nvstorage.c ('k') | tests/vboot_nvstorage_test.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 fbf4a2f56dc2ea65e34b36681f1c75857a65b313..b171f1952a1c335b7d9a79e4caee4755f484a0f5 100644
--- a/firmware/linktest/main.c
+++ b/firmware/linktest/main.c
@@ -10,6 +10,7 @@
#include "tlcl.h"
#include "vboot_common.h"
#include "vboot_kernel.h"
+#include "vboot_nvstorage.h"
int main(void)
@@ -79,5 +80,10 @@ int main(void)
VerifyFirmwarePreamble(0, 0, 0);
VerifyKernelPreamble(0, 0, 0);
+ VbNvSetup(0);
+ VbNvGet(0, 0, 0);
+ VbNvSet(0, 0, 0);
+ VbNvTeardown(0);
+
return 0;
}
« no previous file with comments | « firmware/lib/vboot_nvstorage.c ('k') | tests/vboot_nvstorage_test.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698