Skip to content

Commit 8a2ea00

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/cnl.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 = "cnl"
55
machine_id = 8
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)