aboutsummaryrefslogtreecommitdiff
path: root/src/vboot/vboot_logic.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/vboot/vboot_logic.c')
-rw-r--r--src/vboot/vboot_logic.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/vboot/vboot_logic.c b/src/vboot/vboot_logic.c
index 9145ad003e..d06faa740a 100644
--- a/src/vboot/vboot_logic.c
+++ b/src/vboot/vboot_logic.c
@@ -310,8 +310,8 @@ void verstage_main(void)
/* Set up context and work buffer */
vb2_init_work_context(&ctx);
- /* Read nvdata from a non-volatile storage. */
- read_vbnv(ctx.nvdata);
+ /* Initialize and read nvdata from non-volatile storage. */
+ vbnv_init(ctx.nvdata);
/* Set S3 resume flag if vboot should behave differently when selecting
* which slot to boot. This is only relevant to vboot if the platform