[U-Boot] [PATCH 2/2] wandboard: Add Boot Splash image with Wandboard logo

Otavio Salvador otavio at ossystems.com.br
Mon May 27 23:29:26 CEST 2013


On Mon, May 27, 2013 at 6:22 PM, Wolfgang Denk <wd at denx.de> wrote:

> 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.
>

I can work on this but how you think we can make it?

Like check for vendor, than board?

-- 
Otavio Salvador                             O.S. Systems
http://www.ossystems.com.br        http://projetos.ossystems.com.br
Mobile: +55 (53) 9981-7854            Mobile: +1 (347) 903-9750


More information about the U-Boot mailing list