summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/2lib/include/2struct.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/firmware/2lib/include/2struct.h b/firmware/2lib/include/2struct.h
index 3e006ab6..0bfa02dc 100644
--- a/firmware/2lib/include/2struct.h
+++ b/firmware/2lib/include/2struct.h
@@ -88,10 +88,11 @@ enum vb2_shared_data_status {
#define VB2_SHARED_DATA_MAGIC 0x44533256
/* Current version of vb2_shared_data struct */
-#define VB2_SHARED_DATA_VERSION_MAJOR 2
+#define VB2_SHARED_DATA_VERSION_MAJOR 3
#define VB2_SHARED_DATA_VERSION_MINOR 0
-#define VB2_CONTEXT_MAX_SIZE 192
+/* MAX_SIZE should not be changed without bumping up DATA_VERSION_MAJOR. */
+#define VB2_CONTEXT_MAX_SIZE 384
/*
* Data shared between vboot API calls. Stored at the start of the work