Dear Peter Gsellmann,

this issue is already fixed by the patch:

[PATCH] AT91 clock/timer: move static data to global_data struct
(Message-Id: <[email protected]>)
of Oct 5, 2010. Please try that patch. I will apply it to u-boot-atmel soon
if no complaints are heard.

> -static ulong timestamp;
> -static ulong lastinc;
> +static unsigned long long timestamp;
> +static unsigned long long lastinc;

static would not work anymore with relocation

Reinhard
_______________________________________________
U-Boot mailing list
[email protected]
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to