mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-10 04:26:19 -04:00
davinci: Fixed wrong timebase clock frequency.
Signed-off-by: Manfred Rudigier <manfred.rudigier@omicron.at>
This commit is contained in:
parent
076cd49ad1
commit
c005d6b193
@ -108,7 +108,7 @@ void __udelay(unsigned long usec)
|
|||||||
*/
|
*/
|
||||||
ulong get_tbclk(void)
|
ulong get_tbclk(void)
|
||||||
{
|
{
|
||||||
return CONFIG_SYS_HZ;
|
return gd->timer_rate_hz;
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef CONFIG_HW_WATCHDOG
|
#ifdef CONFIG_HW_WATCHDOG
|
||||||
|
Loading…
x
Reference in New Issue
Block a user