]> git.sur5r.net Git - u-boot/blobdiff - tools/Makefile
Merge branch 'master' of git://git.denx.de/u-boot-avr32
[u-boot] / 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
+
 
 #-------------------------------------------------------------------------