mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-14 22:46:27 -04:00
MX27: add missing get_tbclk()
Signed-off-by: Stefano Babic <sbabic@denx.de>
This commit is contained in:
parent
ff250f3ed8
commit
63b1e004f5
@ -171,3 +171,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 CONFIG_MX27_CLK32;
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user