
Dear Otavio Salvador,
In message CAP9ODKo_UO4Bs1xR3c5MjUpmiw+T1T+vZvmzRvJkwpr+igZNCw@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