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.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/firmware/include/vboot_struct.h b/firmware/include/vboot_struct.h
index 9c8a3587..ab063475 100644
--- a/firmware/include/vboot_struct.h
+++ b/firmware/include/vboot_struct.h
@@ -243,9 +243,11 @@ typedef struct VbKernelPreambleHeader {
#define VBSD_BOOT_REC_SWITCH_VIRTUAL 0x00004000
/* Firmware used vboot2 for firmware selection */
#define VBSD_BOOT_FIRMWARE_VBOOT2 0x00008000
-/* Firmware needs VGA Option ROM to display screens */
+/* Firmware needs VGA Option ROM to display screens
+ Deprecated; see chromium:948529 */
#define VBSD_OPROM_MATTERS 0x00010000
-/* Firmware has loaded the VGA Option ROM */
+/* Firmware has loaded the VGA Option ROM
+ Deprecated; see chromium:948529 */
#define VBSD_OPROM_LOADED 0x00020000
/* Don't try for boot failures */
#define VBSD_NOFAIL_BOOT 0x00040000