mirror of https://github.com/thesofproject/sof.git
config:tgl/tglh: Do not set cached/uncached address aliases
tgl.toml and tgl-h.toml are only used for xtos builds. Suggested-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com> Signed-off-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com>
This commit is contained in:
parent
9b507ecc82
commit
1e0a85b44a
|
@ -3,7 +3,6 @@ version = [2, 5]
|
|||
[adsp]
|
||||
name = "tgl"
|
||||
image_size = "0x1F0000" # (30 + 1) bank * 64KB
|
||||
alias_mask = "0xE0000000"
|
||||
|
||||
[[adsp.mem_zone]]
|
||||
type = "ROM"
|
||||
|
@ -18,13 +17,6 @@ type = "SRAM"
|
|||
base = "0xBE040000"
|
||||
size = "0x100000"
|
||||
|
||||
[[adsp.mem_alias]]
|
||||
type = "uncached"
|
||||
base = "0x9E000000"
|
||||
[[adsp.mem_alias]]
|
||||
type = "cached"
|
||||
base = "0xBE000000"
|
||||
|
||||
[cse]
|
||||
partition_name = "ADSP"
|
||||
[[cse.entry]]
|
||||
|
|
|
@ -3,7 +3,6 @@ version = [2, 5]
|
|||
[adsp]
|
||||
name = "tgl"
|
||||
image_size = "0x2F0000" # (46 + 1) bank * 64KB
|
||||
alias_mask = "0xE0000000"
|
||||
|
||||
[[adsp.mem_zone]]
|
||||
type = "ROM"
|
||||
|
@ -18,13 +17,6 @@ type = "SRAM"
|
|||
base = "0xBE040000"
|
||||
size = "0x100000"
|
||||
|
||||
[[adsp.mem_alias]]
|
||||
type = "uncached"
|
||||
base = "0x9E000000"
|
||||
[[adsp.mem_alias]]
|
||||
type = "cached"
|
||||
base = "0xBE000000"
|
||||
|
||||
[cse]
|
||||
partition_name = "ADSP"
|
||||
[[cse.entry]]
|
||||
|
|
Loading…
Reference in New Issue