Dear Otavio Salvador, In message <cap9odko_uo4bs1xr3c5mjupmiw+t1t+vzvmzrvjkwpr+igz...@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: w...@denx.de Cleverness and Style have no place in getting a project completed. -- Tom Christiansen _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot