diff --git a/include/soc/qcom/minidump.h b/include/soc/qcom/minidump.h index e45c1d4ae94d..253597bb999c 100644 --- a/include/soc/qcom/minidump.h +++ b/include/soc/qcom/minidump.h @@ -17,7 +17,12 @@ enum minidump_entry_cmd { MINIDUMP_NO_CMD }; +#if IS_ENABLED(CONFIG_ARCH_QTI_VM) +#define MAX_NAME_LENGTH 9 +#else #define MAX_NAME_LENGTH 12 +#endif + /* md_region - Minidump table entry * @name: Entry name, Minidump will dump binary with this name. * @id: Entry ID, used only for SDI dumps.