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:
parent
74e1b1781a
commit
cc427b4bb0
6 changed files with 27 additions and 37 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue