]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
Use custom logo for Atmel boards
authorStelian Pop <stelian@popies.net>
Thu, 8 May 2008 12:52:33 +0000 (14:52 +0200)
committerJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Sat, 10 May 2008 09:45:03 +0000 (11:45 +0200)
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>
tools/Makefile
tools/logos/atmel.bmp [new file with mode: 0644]

index b89792327d4c75275e2c2dc216198cfbf6fe66db..dc210e82ac36594007543c02147bb7d34f802b66 100644 (file)
@@ -44,6 +44,10 @@ LOGO_H       = $(OBJTREE)/include/bmp_logo.h
 ifeq ($(LOGO_BMP),)
 LOGO_BMP= logos/denx.bmp
 endif
+ifeq ($(VENDOR),atmel)
+LOGO_BMP= logos/atmel.bmp
+endif
+
 
 #-------------------------------------------------------------------------
 
diff --git a/tools/logos/atmel.bmp b/tools/logos/atmel.bmp
new file mode 100644 (file)
index 0000000..3c445c9
Binary files /dev/null and b/tools/logos/atmel.bmp differ