From 5fd540d5ba34c3778283f052621c07ef8393c591 Mon Sep 17 00:00:00 2001 From: Vivek Kumar Dutta Date: Fri, 5 Dec 2025 10:02:42 +0530 Subject: [PATCH] bbfdm: increase IPC max len to 20M --- bbfdm/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bbfdm/Makefile b/bbfdm/Makefile index c2e06984b..4d95935f8 100644 --- a/bbfdm/Makefile +++ b/bbfdm/Makefile @@ -107,7 +107,7 @@ endif CMAKE_OPTIONS += \ -DBBF_VENDOR_PREFIX:String="$(CONFIG_BBF_VENDOR_PREFIX)" \ - -DBBFDMD_MAX_MSG_LEN:Integer=10485760 \ + -DBBFDMD_MAX_MSG_LEN:Integer=20971520 \ -DCMAKE_BUILD_TYPE:String="Debug" \