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 <simon.glass@canonical.com>
This commit is contained in:
Simon Glass
2026-01-01 10:27:21 -07:00
parent fccf4f706b
commit c01e65ae33

View File

@@ -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