提交 4c4da9fb 编写于 作者: P Patrice Chotard 提交者: Tom Rini

board: STiH410-B2260: enable caches

Signed-off-by: NPatrice Chotard <patrice.chotard@st.com>
上级 5bb7318f
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册