Skip to content
Snippets Groups Projects
Commit 098b7b4b authored by Stelian Pop's avatar Stelian Pop Committed by Jean-Christophe PLAGNIOL-VILLARD
Browse files

Use custom logo for Atmel boards


This patch adds a custom vendor logo for the Atmel AT91 boards.

Signed-off-by: default avatarStelian Pop <stelian@popies.net>
Signed-off-by: default avatarJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
parent 761c70b8
No related branches found
No related tags found
No related merge requests found
...@@ -44,6 +44,10 @@ LOGO_H = $(OBJTREE)/include/bmp_logo.h ...@@ -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
#------------------------------------------------------------------------- #-------------------------------------------------------------------------
......
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment