On Friday, May 13, 2011 16:52:01 Simon Glass wrote:
> --- a/common/bootstage.c
> +++ b/common/bootstage.c
> +static void print_time(unsigned long us_time)
> +{
> +     char str[12], *s;
> +     int grab = 3;
> +
> +     /* We don't seem to have %'d in U-Boot */

do add it ?  this isnt really "printing time", it's formatting a number with a 
thousands separator which means it probably should be in common code with a 
different name at least.

> +

no trailing newlines please
-mike

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to