summaryrefslogtreecommitdiff
path: root/firmware/include/gbb_header.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/include/gbb_header.h')
-rw-r--r--firmware/include/gbb_header.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/include/gbb_header.h b/firmware/include/gbb_header.h
index c7e2a05d..0eef7314 100644
--- a/firmware/include/gbb_header.h
+++ b/firmware/include/gbb_header.h
@@ -74,6 +74,9 @@
#define GBB_FLAG_FORCE_DEV_BOOT_FASTBOOT_FULL_CAP 0x00002000
/* Enable serial console */
#define GBB_FLAG_ENABLE_SERIAL 0x00004000
+/* Disable using FWMP */
+#define GBB_FLAG_DISABLE_FWMP 0x00008000
+
#ifdef __cplusplus
extern "C" {