[U-Boot] [PATCH V3] AT91 Fix: return value of get_tbclk

Alexander Stein alexander.stein at systec-electronic.com
Mon Aug 9 08:34:41 CEST 2010


Hello,

Am Samstag, 7. August 2010, 19:49:42 schrieb Jens Scharsig:
>  * Fix: return value of get_tbclk
>  * this fixes issue with prematurely restart/retry, if BOOT_RETRY_TIMEOUT
> is used

This issue also arises, if you use CONFIG_AUTOBOOT_KEYED & friends

> Signed-off-by: Jens Scharsig <js_at_ng at scharsoft.de>
> ---
>  the V3 supports the actually file structure.
>  the original patch
> http://lists.denx.de/pipermail/u-boot/2010-April/069415.html use the old
> directory /cpu/arch structure.
> 
>  arch/arm/cpu/arm926ejs/at91/timer.c |    5 +----
>  1 files changed, 1 insertions(+), 4 deletions(-)
> 
> diff --git a/arch/arm/cpu/arm926ejs/at91/timer.c
> b/arch/arm/cpu/arm926ejs/at91/timer.c index d21eebf..8efc34b 100644
> --- a/arch/arm/cpu/arm926ejs/at91/timer.c
> +++ b/arch/arm/cpu/arm926ejs/at91/timer.c
> @@ -138,8 +138,5 @@ ulong get_timer(ulong base)
>   */
>  ulong get_tbclk(void)
>  {
> -	ulong tbclk;
> -
> -	tbclk = CONFIG_SYS_HZ;
> -	return tbclk;
> +	return timer_freq;
>  }

Best regards,
Alexander


More information about the U-Boot mailing list