mirror of https://github.com/thesofproject/sof.git
config: tgl: change image_size to the real SRAM size
We have 46 bank HP and 1 bank LP SRAM on TGL, change to toml config file to reflect that. Signed-off-by: Keyon Jie <yang.jie@linux.intel.com>
This commit is contained in:
parent
5aeb95b19b
commit
9e50a02f1b
|
@ -3,7 +3,7 @@ version = [2, 5]
|
|||
[adsp]
|
||||
name = "tgl"
|
||||
machine_id = 10
|
||||
image_size = "0x100000"
|
||||
image_size = "0x2F0000" # (46 + 1) bank * 64KB
|
||||
|
||||
[[adsp.mem_zone]]
|
||||
type = "ROM"
|
||||
|
|
Loading…
Reference in New Issue