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.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/firmware/include/vboot_nvstorage.h b/firmware/include/vboot_nvstorage.h
index 0a9a4841..f71a55ab 100644
--- a/firmware/include/vboot_nvstorage.h
+++ b/firmware/include/vboot_nvstorage.h
@@ -98,7 +98,10 @@ typedef enum VbNvParam {
VBNV_FW_TRIED,
/* Vboot2: Result of trying that firmware (see vb2_fw_result) */
VBNV_FW_RESULT,
-
+ /* Firmware slot tried previous boot (0=A, 1=B) */
+ VBNV_FW_PREV_TRIED,
+ /* Result of trying that firmware (see vb2_fw_result) */
+ VBNV_FW_PREV_RESULT,
} VbNvParam;