Dear Jean-Christophe PLAGNIOL-VILLARD,

In message <[email protected]> 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 <[email protected]>
> Acked-by: Mike Frysinger <[email protected]>
> Acked-by: Haavard Skinnemoen <[email protected]>

...
> 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 <[email protected]>
...
> +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.


Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: [email protected]
Question: How does one get fresh air into a Russian church?
Answer:   One clicks on an icon, and a window opens!
_______________________________________________
U-Boot mailing list
[email protected]
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to