mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-09 20:18:54 -04:00
Use custom logo for Atmel boards
This patch adds a custom vendor logo for the Atmel AT91 boards. Signed-off-by: Stelian Pop <stelian@popies.net> Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
This commit is contained in:
parent
761c70b80c
commit
098b7b4b44
@ -44,6 +44,10 @@ LOGO_H = $(OBJTREE)/include/bmp_logo.h
|
|||||||
ifeq ($(LOGO_BMP),)
|
ifeq ($(LOGO_BMP),)
|
||||||
LOGO_BMP= logos/denx.bmp
|
LOGO_BMP= logos/denx.bmp
|
||||||
endif
|
endif
|
||||||
|
ifeq ($(VENDOR),atmel)
|
||||||
|
LOGO_BMP= logos/atmel.bmp
|
||||||
|
endif
|
||||||
|
|
||||||
|
|
||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
|
|
||||||
|
BIN
tools/logos/atmel.bmp
Normal file
BIN
tools/logos/atmel.bmp
Normal file
Binary file not shown.
After Width: | Height: | Size: 26 KiB |
Loading…
x
Reference in New Issue
Block a user