[U-Boot] [PATCH 2/2] wandboard: Add Boot Splash image with Wandboard logo
Wolfgang Denk
wd at denx.de
Mon May 27 23:22:49 CEST 2013
Dear Otavio Salvador,
In message <1369672312-18774-2-git-send-email-otavio at ossystems.com.br> you wrote:
> Signed-off-by: Otavio Salvador <otavio at 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: wd at denx.de
"Security is mostly a superstition. It does not exist in nature...
Life is either a daring adventure or nothing." - Helen Keller
More information about the U-Boot
mailing list