summaryrefslogtreecommitdiff
path: root/firmware/include/vboot_struct.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/include/vboot_struct.h')
-rw-r--r--firmware/include/vboot_struct.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/firmware/include/vboot_struct.h b/firmware/include/vboot_struct.h
index 3f0d888c..6036dc8f 100644
--- a/firmware/include/vboot_struct.h
+++ b/firmware/include/vboot_struct.h
@@ -229,8 +229,11 @@ typedef struct VbKernelPreambleHeader {
#define VBSD_EC_SOFTWARE_SYNC 0x00000800
/* VbInit() was told that the EC firmware is slow to update */
#define VBSD_EC_SLOW_UPDATE 0x00001000
-/* Firmware software write protect was enabled at boot time */
-#define VBSD_BOOT_FIRMWARE_SW_WP_ENABLED 0x00002000
+/*
+ * Deprecated; was firmware software write protect was enabled at boot time.
+ * Crossystem support removed https://chromium-review.googlesource.com/575389.
+ */
+#define VBSD_DEPRECATED_BOOT_FIRMWARE_SW_WP_ENABLED 0x00002000
/* VbInit() was told that the recovery button is a virtual one */
#define VBSD_BOOT_REC_SWITCH_VIRTUAL 0x00004000
/* Firmware used vboot2 for firmware selection */