mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2025-11-25 18:55:24 +00:00
VbNvStorage cleanup and comments
BUG=12282 TEST=make && make runtests Review URL: http://codereview.chromium.org/6469059 Change-Id: I912b53ae33d65305353a747cc0bdd2b1ea62a04f
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user