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

Wolfgang Denk wd at denx.de
Tue May 28 07:47:10 CEST 2013


Dear Otavio Salvador,

In message <CAP9ODKo_UO4Bs1xR3c5MjUpmiw+T1T+vZvmzRvJkwpr+igZNCw at mail.gmail.com> you wrote:
>
> > > --- 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?

No, this doesn't really work, as the wandboard case shows, where there
is no such thing as a vendor name.

Eventually we should/could change LOGO_BMP into CONFIG_LOGO_BMP
and move the setting of the BMP file name to board / vendor specific
locations.  [But this needs to be thought about, too, as it makes
little sense to edit zillions of board config files for that.]

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
Cleverness and Style have no place in getting a project completed.
                                                  -- Tom Christiansen


More information about the U-Boot mailing list