]> git.ipfire.org Git - people/ms/u-boot.git/commit - tools/Makefile
build: Use generic boot logo matching
authorOtavio Salvador <otavio@ossystems.com.br>
Mon, 27 May 2013 12:18:43 +0000 (12:18 +0000)
committerStefano Babic <sbabic@denx.de>
Mon, 3 Jun 2013 12:18:28 +0000 (14:18 +0200)
commit96903dae0e0119af5c9f7842ff57c775fff38c2e
tree31ac3e3393af7ed23c0300bf3a6ae0a16d6b3706
parent0c54f4b7c81dc0234ec4a96d0986b7f5321a7680
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>
Acked-by: Wolfgang Denk <wd@denx.de>
tools/Makefile