summaryrefslogtreecommitdiff
path: root/util/comm-i2c.c
diff options
context:
space:
mode:
Diffstat (limited to 'util/comm-i2c.c')
-rw-r--r--util/comm-i2c.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/util/comm-i2c.c b/util/comm-i2c.c
index 8f75320b48..eab48d2a99 100644
--- a/util/comm-i2c.c
+++ b/util/comm-i2c.c
@@ -213,5 +213,7 @@ int comm_init_i2c(void)
free(file_path);
ec_command = ec_command_i2c;
+ ec_max_outsize = ec_max_insize = EC_HOST_PARAM_SIZE;
+
return 0;
}