summaryrefslogtreecommitdiff
path: root/firmware/2lib/include/2api.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/2lib/include/2api.h')
-rw-r--r--firmware/2lib/include/2api.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/firmware/2lib/include/2api.h b/firmware/2lib/include/2api.h
index 97b5cca6..1e6fada4 100644
--- a/firmware/2lib/include/2api.h
+++ b/firmware/2lib/include/2api.h
@@ -158,12 +158,6 @@ enum vb2_context_flags {
* software sync.
*/
VB2_CONTEXT_EC_EFS = (1 << 17),
-
- /*
- * Software write protect for the RO firmware was enabled at boot.
- * Caller may set this flag when initializing the context.
- */
- VB2_CONTEXT_SW_WP_ENABLED = (1 << 18),
};
/*