| 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;
|
| }
|
|
|