mirror of https://github.com/thesofproject/sof.git
config: tgl-cavs: change image_size to the real SRAM size
Apply "config: tgl: change image_size to the real SRAM size"
(9e50a02f1b
) to tgl-cavs
Signed-off-by: Rander Wang <rander.wang@intel.com>
This commit is contained in:
parent
9a26e45580
commit
580e4d674e
|
@ -3,7 +3,7 @@ version = [2, 5]
|
|||
[adsp]
|
||||
name = "tgl"
|
||||
machine_id = 10
|
||||
image_size = "0x100000"
|
||||
image_size = "0x2F0000"
|
||||
|
||||
[[adsp.mem_zone]]
|
||||
type = "ROM"
|
||||
|
|
Loading…
Reference in New Issue