summaryrefslogtreecommitdiff
path: root/firmware/2lib/include/2nvstorage_fields.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/2lib/include/2nvstorage_fields.h')
-rw-r--r--firmware/2lib/include/2nvstorage_fields.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/2lib/include/2nvstorage_fields.h b/firmware/2lib/include/2nvstorage_fields.h
index ce24c6a4..ec1f85e1 100644
--- a/firmware/2lib/include/2nvstorage_fields.h
+++ b/firmware/2lib/include/2nvstorage_fields.h
@@ -92,7 +92,7 @@ enum vb2_nv_offset {
#define VB2_NV_DEV_FLAG_USB 0x01
#define VB2_NV_DEV_FLAG_SIGNED_ONLY 0x02
#define VB2_NV_DEV_FLAG_LEGACY 0x04
-#define VB2_NV_DEV_FLAG_FASTBOOT_FULL_CAP 0x08
+#define VB2_NV_DEV_FLAG_DEPRECATED_FASTBOOT_FULL_CAP 0x08
#define VB2_NV_DEV_FLAG_DEFAULT_BOOT 0x30
#define VB2_NV_DEV_DEFAULT_BOOT_SHIFT 4 /* Number of bits to shift */
#define VB2_NV_DEV_FLAG_UDC 0x40
@@ -103,7 +103,7 @@ enum vb2_nv_offset {
#define VB2_NV_TPM_REBOOTED 0x04
/* Fields in VB2_NV_OFFS_MISC (unused = 0x80) */
-#define VB2_NV_MISC_UNLOCK_FASTBOOT 0x01
+#define VB2_NV_MISC_DEPRECATED_UNLOCK_FASTBOOT 0x01
#define VB2_NV_MISC_BOOT_ON_AC_DETECT 0x02
#define VB2_NV_MISC_TRY_RO_SYNC 0x04
#define VB2_NV_MISC_BATTERY_CUTOFF 0x08