Skip to content
Snippets Groups Projects
Commit c982d866 authored by Jens Scharsig's avatar Jens Scharsig Committed by Reinhard Meyer
Browse files

AT91 Fix: return value of get_tbclk


 * Fix: return value of get_tbclk
 * this fixes issue with prematurely restart/retry, if BOOT_RETRY_TIMEOUT is used

Signed-off-by: default avatarJens Scharsig <js_at_ng@scharsoft.de>
parent 0ca6c526
No related branches found
No related tags found
No related merge requests found
...@@ -138,8 +138,5 @@ ulong get_timer(ulong base) ...@@ -138,8 +138,5 @@ ulong get_timer(ulong base)
*/ */
ulong get_tbclk(void) ulong get_tbclk(void)
{ {
ulong tbclk; return timer_freq;
tbclk = CONFIG_SYS_HZ;
return tbclk;
} }
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