提交 c005d6b1 编写于 作者: M Manfred Rudigier 提交者: Albert ARIBAUD

davinci: Fixed wrong timebase clock frequency.

Signed-off-by: NManfred Rudigier <manfred.rudigier@omicron.at>
上级 076cd49a
......@@ -108,7 +108,7 @@ void __udelay(unsigned long usec)
*/
ulong get_tbclk(void)
{
return CONFIG_SYS_HZ;
return gd->timer_rate_hz;
}
#ifdef CONFIG_HW_WATCHDOG
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册