Skip to content
Snippets Groups Projects
Commit f1e2d176 authored by Rob Herring's avatar Rob Herring Committed by Albert ARIBAUD
Browse files

ARM: highbank: add missing get_tbclk


The get_tbclk function was missing and the recent commit "common: add
possibility for readline_into_buffer timeout" makes it required.

Signed-off-by: default avatarRob Herring <rob.herring@calxeda.com>
parent bd0d90ef
No related branches found
No related tags found
No related merge requests found
...@@ -121,3 +121,8 @@ ulong get_timer_masked(void) ...@@ -121,3 +121,8 @@ ulong get_timer_masked(void)
{ {
return tick_to_time(get_ticks()); return tick_to_time(get_ticks());
} }
ulong get_tbclk(void)
{
return CONFIG_SYS_HZ;
}
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