cache: Fix libraries and drivers

Fix the usage to be compliant to the new cache API.

Signed-off-by: Carlo Caione <ccaione@baylibre.com>
This commit is contained in:
Carlo Caione 2022-10-05 18:54:56 +02:00 committed by Anas Nashif
commit cc427b4bb0
6 changed files with 27 additions and 37 deletions

View file

@ -99,7 +99,7 @@ void z_arm_platform_init(void)
(void)memset(__bss_nc_start__, 0, __bss_nc_end__ - __bss_nc_start__);
}
cache_instr_enable();
sys_cache_instr_enable();
}
void aspeed_print_abr_wdt_mode(void)