mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-17 22:49:02 +00: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
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue