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