From e529bc25644b00767c3fd34f17878b874c724588 Mon Sep 17 00:00:00 2001 From: Vivek Dutta Date: Fri, 5 Dec 2025 16:11:03 +0530 Subject: [PATCH] bbfdm: increase IPC max len to 20M (cherry picked from commit 5fd540d5ba34c3778283f052621c07ef8393c591) Co-authored-by: Vivek Kumar Dutta --- bbfdm/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bbfdm/Makefile b/bbfdm/Makefile index 15b20c4de..27914a523 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" \