summaryrefslogtreecommitdiff
path: root/firmware/bdb/bdb_flag.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/bdb/bdb_flag.h')
-rw-r--r--firmware/bdb/bdb_flag.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/firmware/bdb/bdb_flag.h b/firmware/bdb/bdb_flag.h
index 45f57567..a7bd8574 100644
--- a/firmware/bdb/bdb_flag.h
+++ b/firmware/bdb/bdb_flag.h
@@ -6,7 +6,10 @@
#ifndef VBOOT_REFERENCE_FIRMWARE_BDB_BDB_FLAG_H
#define VBOOT_REFERENCE_FIRMWARE_BDB_BDB_FLAG_H
+/* Indicate whether BDB key is verified */
+#define VBA_CONTEXT_FLAG_BDB_KEY_EFUSED (1 << 0)
+
/* Indicate whether kernel data key is verified */
-#define VBA_CONTEXT_FLAG_KERNEL_DATA_KEY_VERIFIED (1 << 0)
+#define VBA_CONTEXT_FLAG_KERNEL_DATA_KEY_VERIFIED (1 << 1)
#endif