Skip to content

Commit f52a078

Browse files
keyonjielgirdwood
authored andcommitted
config: icl: change image_size to the real SRAM size
We have 47 bank HP and 1 bank LP SRAM on ICL, change to toml config file to reflect that. Signed-off-by: Keyon Jie <yang.jie@linux.intel.com>
1 parent 8073ea3 commit f52a078

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

config/icl.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version = [1, 8]
33
[adsp]
44
name = "icl"
55
machine_id = 9
6-
image_size = "0x100000"
6+
image_size = "0x300000" # (47 + 1) bank * 64KB
77

88
[[adsp.mem_zone]]
99
type = "ROM"

0 commit comments

Comments
 (0)