mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-12 05:25:11 -04:00
PXA: Fix missing get_tbclk() breaking vpac boards
Signed-off-by: Marek Vasut <marek.vasut@gmail.com>
This commit is contained in:
parent
60994b99b6
commit
30a14ea2b1
@ -94,3 +94,8 @@ void __udelay(unsigned long usec)
|
|||||||
while (get_ticks() < tmp) /* loop till event */
|
while (get_ticks() < tmp) /* loop till event */
|
||||||
/*NOP*/;
|
/*NOP*/;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ulong get_tbclk(void)
|
||||||
|
{
|
||||||
|
return TIMER_FREQ_HZ;
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user