Commit 03be4806 authored by Paul Kocialkowski's avatar Paul Kocialkowski
Browse files

mt8173: Correct SPM MCDI firmware length



The actual length of the firmware is 1001 32 bit words.
Signed-off-by: default avatarPaul Kocialkowski <contact@paulk.fr>
parent 44f1c0bd
......@@ -232,7 +232,7 @@ static const unsigned int mcdi_binary[] = {
static const struct pcm_desc mcdi_pcm = {
.version = "pcm_mcdi_mt8173_20160401_v1",
.base = mcdi_binary,
.size = 1019,
.size = 1001,
.sess = 2,
.replace = 0,
};
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment