[Concept,10/24] sandbox: Increase CONFIG_MCHECK_CALLER_LEN to 80

Message ID 20260103011908.149445-11-sjg@u-boot.org
State New
Headers
Series Malloc debugging and test/py improvements |

Commit Message

Simon Glass Jan. 3, 2026, 1:18 a.m. UTC
  From: Simon Glass <simon.glass@canonical.com>

In some cases longer function names mean that 48 characters is not
enough to determine the call path. Increase the default to 80 to handle
this.

Signed-off-by: Simon Glass <simon.glass@canonical.com>
---

 configs/sandbox_defconfig | 1 +
 1 file changed, 1 insertion(+)
  

Patch

diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig
index e55aef8e7f9..eae9c5f5bd3 100644
--- a/configs/sandbox_defconfig
+++ b/configs/sandbox_defconfig
@@ -13,6 +13,7 @@  CONFIG_SYS_MEMTEST_START=0x00100000
 CONFIG_SYS_MEMTEST_END=0x00101000
 CONFIG_ULIB=y
 CONFIG_MCHECK_HEAP_PROTECTION=y
+CONFIG_MCHECK_CALLER_LEN=80
 CONFIG_EXAMPLES=y
 CONFIG_EFI_SECURE_BOOT=y
 CONFIG_EFI_RT_VOLATILE_STORE=y