aboutsummaryrefslogtreecommitdiff
path: root/src/vboot/vbnv_layout.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vboot/vbnv_layout.h')
-rw-r--r--src/vboot/vbnv_layout.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/vboot/vbnv_layout.h b/src/vboot/vbnv_layout.h
index 59acd0c354..1dc01c909a 100644
--- a/src/vboot/vbnv_layout.h
+++ b/src/vboot/vbnv_layout.h
@@ -41,6 +41,9 @@
#define DEV_BOOT_USB_MASK 0x01
#define DEV_BOOT_SIGNED_ONLY_MASK 0x02
+#define MISC_FLAGS_OFFSET 8
+#define MISC_FLAGS_BATTERY_CUTOFF_MASK 0x08
+
#define KERNEL_FIELD_OFFSET 11
#define CRC_OFFSET 15