Skip to content
Snippets Groups Projects
Commit 4c4da9fb authored by Patrice Chotard's avatar Patrice Chotard Committed by Tom Rini
Browse files

board: STiH410-B2260: enable caches

parent 5bb7318f
No related branches found
No related tags found
No related merge requests found
......@@ -24,6 +24,14 @@ int dram_init_banksize(void)
return 0;
}
#ifndef CONFIG_SYS_DCACHE_OFF
void enable_caches(void)
{
/* Enable D-cache. I-cache is already enabled in start.S */
dcache_enable();
}
#endif
int board_init(void)
{
return 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment