提交 63b1e004 编写于 作者: S Stefano Babic 提交者: Albert ARIBAUD

MX27: add missing get_tbclk()

Signed-off-by: NStefano Babic <sbabic@denx.de>
上级 ff250f3e
......@@ -171,3 +171,8 @@ void __udelay(unsigned long usec)
while (get_ticks() < tmp) /* loop till event */
/*NOP*/;
}
ulong get_tbclk(void)
{
return CONFIG_MX27_CLK32;
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册