config: sue: change image_size to the real SRAM size

We have 47 bank HP and 1 bank LP SRAM on Suecreek, change the 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-21 18:06:24 +08:00 committed by Liam Girdwood
parent 580e4d674e
commit 44b37d19a2
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ version = [1, 5]
[adsp]
name = "sue"
machine_id = 11
image_size = "0x100000"
image_size = "0x300000" # (47 + 1) bank * 64KB
exec_boot_ldr = 1
[[adsp.mem_zone]]