]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/cros_ec_message.h
cros_ec: Sync up with latest Chrome OS EC version
[karo-tx-uboot.git] / include / cros_ec_message.h
index b1da53db1b359612172d54a7ac0f442b90a72008..36e2d83ce18c7b72f4e1848e9fee44bc85cc28f8 100644 (file)
@@ -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