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:
Ranjani Sridharan 2023-02-10 08:42:49 -08:00 committed by Kai Vehmanen
parent 9b507ecc82
commit 1e0a85b44a
2 changed files with 0 additions and 16 deletions

View File

@ -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]]

View File

@ -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]]