Enable the icache in coremark

When executed on a configuration without an icache the enable is safe
but has no effect.
This commit is contained in:
Greg Chadwick 2023-09-13 13:43:17 +01:00
parent 2de873c9bb
commit bd248343cc

View file

@ -169,6 +169,7 @@ void portable_init(core_portable *p, int *argc, char *argv[]) {
ee_printf("ERROR! Please define ee_u32 to a 32b unsigned type!\n");
}
p->portable_id = 1;
icache_enable(1);
}
/* Function : portable_fini
Target specific final code