summaryrefslogtreecommitdiffstats
path: root/include/cros_ec_message.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2014-02-27 13:26:07 -0700
committerSimon Glass <sjg@chromium.org>2014-03-17 20:05:47 -0600
commit836bb6e8277aaa8f0f86e39b0c38b207d32723d9 (patch)
treeae11d8eaf62b505859f3d53c6bd71573b4b43f55 /include/cros_ec_message.h
parent1c266b9214cc87307b1201d51efab22bda14fb8e (diff)
downloadblackbird-obmc-uboot-836bb6e8277aaa8f0f86e39b0c38b207d32723d9.tar.gz
blackbird-obmc-uboot-836bb6e8277aaa8f0f86e39b0c38b207d32723d9.zip
cros_ec: Sync up with latest Chrome OS EC version
The EC messages have been expanded and some parts have been renamed. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/cros_ec_message.h')
-rw-r--r--include/cros_ec_message.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cros_ec_message.h b/include/cros_ec_message.h
index b1da53db1b..36e2d83ce1 100644
--- a/include/cros_ec_message.h
+++ b/include/cros_ec_message.h
@@ -23,7 +23,7 @@ enum {
MSG_PROTO_BYTES = MSG_HEADER_BYTES + MSG_TRAILER_BYTES,
/* Max length of messages */
- MSG_BYTES = EC_HOST_PARAM_SIZE + MSG_PROTO_BYTES,
+ MSG_BYTES = EC_PROTO2_MAX_PARAM_SIZE + MSG_PROTO_BYTES,
};
#endif
OpenPOWER on IntegriCloud