config: kbl: change image_size to the real SRAM size

We have 30 bank HP and 2 bank LP SRAM on KBL, 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-23 13:49:38 +08:00
parent 44b37d19a2
commit 9c9e07c650
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ version = [1, 5]
[adsp]
name = "kbl"
machine_id = 6
image_size = "0x100000"
image_size = "0x200000" # (30 + 2) bank * 64KB
[[adsp.mem_zone]]
type = "ROM"