Skip to content
Snippets Groups Projects
Commit 63b1e004 authored by Stefano Babic's avatar Stefano Babic Committed by Albert ARIBAUD
Browse files

MX27: add missing get_tbclk()


Signed-off-by: default avatarStefano Babic <sbabic@denx.de>
parent ff250f3e
No related branches found
No related tags found
No related merge requests found
......@@ -171,3 +171,8 @@ void __udelay(unsigned long usec)
while (get_ticks() < tmp) /* loop till event */
/*NOP*/;
}
ulong get_tbclk(void)
{
return CONFIG_MX27_CLK32;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment