summaryrefslogtreecommitdiff
path: root/tools/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/Makefile')
-rw-r--r--tools/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/tools/Makefile b/tools/Makefile
index 6177f90271..d56464a0f0 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -41,6 +41,15 @@ LOGO_H = $(OBJTREE)/include/bmp_logo.h
ifeq ($(LOGO_BMP),)
LOGO_BMP= logos/denx.bmp
+ifeq ($(BOARD),at91sam9261ek)
+LOGO_BMP= logos/atmel.bmp
+endif
+ifeq ($(BOARD),at91sam9263ek)
+LOGO_BMP= logos/atmel.bmp
+endif
+ifeq ($(BOARD),at91sam9rlek)
+LOGO_BMP= logos/atmel.bmp
+endif
endif
#-------------------------------------------------------------------------