diff --git a/drivers/soc/qcom/hab/hab_virtio.c b/drivers/soc/qcom/hab/hab_virtio.c index 2c087ce19f9d..85e387a52c27 100644 --- a/drivers/soc/qcom/hab/hab_virtio.c +++ b/drivers/soc/qcom/hab/hab_virtio.c @@ -66,7 +66,7 @@ struct vh_buf_header { #define IN_BUF_SIZE 5120 #define OUT_SMALL_BUF_SIZE 512 #define OUT_MEDIUM_BUF_SIZE 5120 -#define OUT_LARGE_BUF_SIZE 51200 +#define OUT_LARGE_BUF_SIZE (64 * 1024) #define IN_BUF_NUM 100 /*64*/ #define OUT_SMALL_BUF_NUM 200 /*64*/