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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user