diff options
author | Simon Glass <sjg@chromium.org> | 2014-02-27 13:26:07 -0700 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2014-03-17 20:05:47 -0600 |
commit | 836bb6e8277aaa8f0f86e39b0c38b207d32723d9 (patch) | |
tree | ae11d8eaf62b505859f3d53c6bd71573b4b43f55 /include/cros_ec_message.h | |
parent | 1c266b9214cc87307b1201d51efab22bda14fb8e (diff) |
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.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cros_ec_message.h b/include/cros_ec_message.h index b1da53db1b3..36e2d83ce18 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 |