Dear Otavio Salvador, In message <CAP9ODKo=2zkls5ut6rgmpkudpoxm1ejevh8xv-fwdpjokxz...@mail.gmail.com> you wrote: > > How do you suggest me to handle it? I'd like to have the logo file used > when building wandboard.
Vendor subdirectories are used for vendors that support several boards, eventually sharing common code. Here this is not the case: "wandboard" is not a vendor name, and there will be no other boards from this "vendor" / under this name. As for the logo selection, the currecnt "ifeq ($(VENDOR),...)" approach in "tools/Makefile" does not scale and needs to be reworked. The "wandboard" case also shows that it makes no sense to depend this selection on $(VENDOR). So this is the point where to fix the issue: in "tools/Makefile". 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: [email protected] Quantum particles: The dreams that stuff is made of. _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

