mirror of https://github.com/thesofproject/sof.git
config: apl: change image_size to the real SRAM size
We have 8 bank HP and 2 bank LP SRAM on APL, change to toml config file to reflect that. Signed-off-by: Keyon Jie <yang.jie@linux.intel.com>
This commit is contained in:
parent
8a2ea0044d
commit
9a26e45580
|
@ -3,7 +3,7 @@ version = [1, 8]
|
|||
[adsp]
|
||||
name = "apl"
|
||||
machine_id = 5
|
||||
image_size = "0x100000"
|
||||
image_size = "0x0A0000" # (8 + 2) bank * 64KB
|
||||
|
||||
[[adsp.mem_zone]]
|
||||
type = "ROM"
|
||||
|
|
Loading…
Reference in New Issue