mirror of https://github.com/thesofproject/sof.git
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:
parent
580e4d674e
commit
44b37d19a2
|
@ -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]]
|
||||
|
|
Loading…
Reference in New Issue