Merge "remoteproc: Disabled recovery by default"

This commit is contained in:
QCTECMDR Service 2024-09-26 08:13:06 -07:00 committed by Gerrit - the friendly Code Review server
commit 024fcf3cf4

View file

@ -1725,6 +1725,7 @@ static int q6v5_probe(struct platform_device *pdev)
}
rproc->auto_boot = false;
rproc->recovery_disabled = true;
rproc_coredump_set_elf_info(rproc, ELFCLASS32, EM_NONE);
qproc = (struct q6v5 *)rproc->priv;