soc: nordic: nrf54h: Add DCACHE initialization
Add initialization of the data cache. Signed-off-by: Krzysztof Chruściński <krzysztof.chruscinski@nordicsemi.no>
This commit is contained in:
parent
cfa6e250e4
commit
d82b27b08b
1 changed files with 1 additions and 0 deletions
|
@ -83,6 +83,7 @@ static int trim_hsfll(void)
|
||||||
static int nordicsemi_nrf54h_init(void)
|
static int nordicsemi_nrf54h_init(void)
|
||||||
{
|
{
|
||||||
sys_cache_instr_enable();
|
sys_cache_instr_enable();
|
||||||
|
sys_cache_data_enable();
|
||||||
|
|
||||||
power_domain_init();
|
power_domain_init();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue