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:
Keyon Jie 2021-07-02 13:37:31 +08:00 committed by Liam Girdwood
parent 5aeb95b19b
commit 9e50a02f1b
1 changed files with 1 additions and 1 deletions

View File

@ -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"