summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorJustin Waters <justin@justin-linux.(none)>2008-01-21 13:46:21 -0500
committerJustin Waters <justin@justin-linux.(none)>2008-01-21 13:46:21 -0500
commit037af3481edfb2b7a3fbed1dffd277df25f677b9 (patch)
tree2c39b8891b4494298b7ee447c480645d96e13bdb /tools
parentba999c531ed16ec749b2b6f4b0133cee38842b91 (diff)
Add Atmel AT91 patch version 1.5
This patch adds support for the following boards: AT91RM9200-EK AT91SAM9260-EK AT91SAM9261-EK AT91SAM9263-EK AT91SAM9RL-EK It was downloaded from http://www.linux4sam.org/twiki/pub/Linux4SAM/U-Boot/u-boot-1.1.5_atmel_1.5.diff.bz2 Signed-off-by: Justin Waters <justin.waters@timesys.com>
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 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
#-------------------------------------------------------------------------
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