summaryrefslogtreecommitdiff
path: root/firmware/include/vboot_nvstorage.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/include/vboot_nvstorage.h')
-rw-r--r--firmware/include/vboot_nvstorage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/include/vboot_nvstorage.h b/firmware/include/vboot_nvstorage.h
index 4b92e7f8..f70cf521 100644
--- a/firmware/include/vboot_nvstorage.h
+++ b/firmware/include/vboot_nvstorage.h
@@ -49,7 +49,7 @@ typedef enum VbNvParam {
VBNV_KERNEL_FIELD,
/* Firmware checked RW slot B before slot A on the current boot because
* VBNV_TRY_B_COUNT was non-zero at that time. 0=no; 1=yes. */
- VBNV_FW_USED_TRY_B,
+ VBNV_TRIED_FIRMWARE_B,
/* Firmware verified the kernel key block signature using the key stored
* in the firmware. 0=no, just used the key block hash; 1=yes, used the
* key block signature. */