On 23:01 Sun 05 Apr     , Wolfgang Denk wrote:
> Dear Jean-Christophe PLAGNIOL-VILLARD,
> 
> In message <1238927618-15438-1-git-send-email-plagn...@jcrosoft.com> you 
> wrote:
> > introduce 3 new weak functions board_bdinfo, cpu_bdinfo and soc_bdinfo to 
> > allow
> > board, cpu and soc to print more information
> > 
> > Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagn...@jcrosoft.com>
> > Acked-by: Mike Frysinger <vap...@gentoo.org>
> > Acked-by: Haavard Skinnemoen <haavard.skinnem...@atmel.com>
> 
> ...
> > diff --git a/include/bdinfo.h b/include/bdinfo.h
> > new file mode 100644
> > index 0000000..cc44544
> > --- /dev/null
> > +++ b/include/bdinfo.h
> > @@ -0,0 +1,49 @@
> > +/*
> > + * (C) Copyright 2008
> > + * Jean-Christophe PLAGNIOL-VILLARD <plagn...@jcrosoft.com>
> ...
> > +static inline void print_num(const char *name, ulong value)
> > +{
> > +   printf ("%-12s= 0x%08lX\n", name, value);
> > +}
> > +
> > +static inline void print_lnum(const char *name, u64 value)
> > +{
> > +   printf ("%-12s= 0x%.8llX\n", name, value);
> > +}
> > +
> > +static inline void print_str(const char *name, const char *str)
> > +{
> > +   printf ("%-12s= %6s MHz\n", name, str);
> > +}
> > +
> > +void print_eth(int idx);
> 
> You claim exclusive copyright for this code? I think this is not correct.
I don't really care so please update as you wish

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

Reply via email to