]> code.ossystems Code Review - bsp/u-boot.git/commit
build: Use generic boot logo matching
authorOtavio Salvador <otavio@ossystems.com.br>
Mon, 27 May 2013 22:09:59 +0000 (19:09 -0300)
committerOtavio Salvador <otavio@ossystems.com.br>
Mon, 27 May 2013 22:17:38 +0000 (19:17 -0300)
commit189e146c83014acce6c004eb660f2e4a827a0988
tree21b7c6bcd9a21a8d7c60d7970a665bad6187b1c0
parent432078477dc1920f138a163b7c1e875fcb739286
build: Use generic boot logo matching

The boot logo matching is now done in following way:

 - use LOGO_BMP if it is set, or
 - use $(BOARD).bmp if it exists in tools/logos, or
 - use $(VENDOR).bmp if it exists in tools/logos, or
 - use denx.bmp otherwise.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
tools/Makefile