aboutsummaryrefslogtreecommitdiff
path: root/include/fsp-attn.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/fsp-attn.h')
-rw-r--r--include/fsp-attn.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/fsp-attn.h b/include/fsp-attn.h
index 947c49f..1eaa5bb 100644
--- a/include/fsp-attn.h
+++ b/include/fsp-attn.h
@@ -59,14 +59,14 @@ struct sp_attn_area {
#define TI_MSG_LEN 940
/* Maximum sapphire version length (approx) */
-#define GITID_LEN 40
+#define VERSION_LEN 80
/* Upto 10 frames each of length 40 bytes + header = 430 bytes */
#define BT_FRAME_LEN 430
/* File info length : Use the rest of the memory for file details */
-#define FILE_INFO_LEN (TI_MSG_LEN - GITID_LEN - BT_FRAME_LEN)
+#define FILE_INFO_LEN (TI_MSG_LEN - VERSION_LEN - BT_FRAME_LEN)
struct user_data {
- char gitid[GITID_LEN];
+ char version[VERSION_LEN];
char bt_buf[BT_FRAME_LEN];
char file_info[FILE_INFO_LEN];
} __packed;