From c01e65ae33aee1875a9836503bf1e3985ca22a81 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Thu, 1 Jan 2026 10:27:21 -0700 Subject: [PATCH] sandbox: Increase CONFIG_MCHECK_CALLER_LEN to 64 In some cases longer function names mean that 48 characters is not enough to determine the call path. Increase the default to 64 to handle this. Signed-off-by: Simon Glass --- configs/sandbox_defconfig | 1 + 1 file changed, 1 insertion(+) 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