Dear Otavio Salvador,

In message <1369672312-18774-2-git-send-email-ota...@ossystems.com.br> you 
wrote:
> Signed-off-by: Otavio Salvador <ota...@ossystems.com.br>
> ---
>  include/configs/wandboard.h |   3 +++
>  tools/Makefile              |   3 +++
>  tools/logos/wandboard.bmp   | Bin 0 -> 22390 bytes
>  3 files changed, 6 insertions(+)
>  create mode 100644 tools/logos/wandboard.bmp
...
> --- a/tools/Makefile
> +++ b/tools/Makefile
> @@ -146,6 +146,9 @@ endif
>  ifeq ($(VENDOR),syteco)
>  LOGO_BMP= logos/syteco.bmp
>  endif
> +ifeq ($(VENDOR),wandboard)
> +LOGO_BMP= logos/wandboard.bmp
> +endif

This does not scale; it never did, but now we're running out of
control.  Can we please fix the logo selection? Thanks.

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: w...@denx.de
"Security is mostly a superstition. It does not  exist  in  nature...
Life is either a daring adventure or nothing."         - Helen Keller
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to