intel_adsp: ace: rename namespace: MTL -> ACE
MTL is just one platform and this code is going to be used in multiple platforms currently under development, so reduce the confusion and move to a common namespace. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
0869e62539
commit
6c3277eada
3 changed files with 15 additions and 15 deletions
|
@ -186,7 +186,7 @@ static uint16_t tlb_perms_to_flags(uint16_t perms)
|
|||
static int sys_mm_drv_hpsram_pwr(uint32_t bank_idx, bool enable, bool non_blocking)
|
||||
{
|
||||
#if defined(CONFIG_SOC_SERIES_INTEL_ACE)
|
||||
if (bank_idx > mtl_hpsram_get_bank_count()) {
|
||||
if (bank_idx > ace_hpsram_get_bank_count()) {
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue