Commit 1dd920fc authored by danh-arm's avatar danh-arm Committed by GitHub
Browse files

Merge pull request #809 from paulkocialkowski/integration

mt8173: Correct SPM MCDI firmware length
parents fc17f612 03be4806
...@@ -232,7 +232,7 @@ static const unsigned int mcdi_binary[] = { ...@@ -232,7 +232,7 @@ static const unsigned int mcdi_binary[] = {
static const struct pcm_desc mcdi_pcm = { static const struct pcm_desc mcdi_pcm = {
.version = "pcm_mcdi_mt8173_20160401_v1", .version = "pcm_mcdi_mt8173_20160401_v1",
.base = mcdi_binary, .base = mcdi_binary,
.size = 1019, .size = 1001,
.sess = 2, .sess = 2,
.replace = 0, .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