Browse Source

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>
Stelian Pop 17 years ago
parent
commit
098b7b4b44
2 changed files with 4 additions and 0 deletions
  1. 4 0
      tools/Makefile
  2. BIN
      tools/logos/atmel.bmp

+ 4 - 0
tools/Makefile

@@ -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