X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=include%2Fcros_ec_message.h;h=36e2d83ce18c7b72f4e1848e9fee44bc85cc28f8;hb=ae8d19052625f4cef0cc7bb308a8826eebdf00f5;hp=b1da53db1b359612172d54a7ac0f442b90a72008;hpb=c2120fbfbc4d1f6953228f86be8bdbf38bacfdab;p=karo-tx-uboot.git 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