summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorJustin Waters <justin@justin-linux.(none)>2008-01-21 15:11:54 -0500
committerJustin Waters <justin@justin-linux.(none)>2008-01-21 16:34:01 -0500
commit584432a4e4bfea64e689e241d5be36f23fa2b781 (patch)
tree3ebb97422c830bc4f348902aea41329ee07fe02e /tools
parent9a337ddc154a10a26f117fd147b009abcdeba75a (diff)
parent2a43bc1f85618a6fb291dc26b0461857898515f7 (diff)
Merge branch 'u-boot-1.1.5-at91' into u-boot-1.3.0-at91
Conflicts: MAKEALL board/at91rm9200dk/at45.c common/cmd_flash.c drivers/Makefile drivers/at45.c drivers/dataflash.c drivers/dm9000x.c drivers/nand/nand.c drivers/nand/nand_base.c drivers/nand/nand_ids.c drivers/nand/nand_util.c examples/Makefile include/asm-arm/mach-types.h
Diffstat (limited to 'tools')
-rw-r--r--tools/Makefile9
-rw-r--r--tools/logos/atmel.bmpbin0 -> 26334 bytes
2 files changed, 9 insertions, 0 deletions
diff --git a/tools/Makefile b/tools/Makefile
index e8e02801a6..8a1087009c 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
#-------------------------------------------------------------------------
diff --git a/tools/logos/atmel.bmp b/tools/logos/atmel.bmp
new file mode 100644
index 0000000000..3c445c9bc3
--- /dev/null
+++ b/tools/logos/atmel.bmp
Binary files differ