]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - tools/Makefile
Merging Stelian Pop AT91 patches
[karo-tx-uboot.git] / tools / Makefile
index 5285055dc84ec8583bbf4b737e0e4eb8c2d29b38..8533a8e5ced63f717dd1700cd502dbc8d66e6f85 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
+
 
 #-------------------------------------------------------------------------