diff options
author | Stelian Pop <stelian@popies.net> | 2008-05-08 14:52:33 +0200 |
---|---|---|
committer | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2008-05-10 11:45:03 +0200 |
commit | 098b7b4b441b12c2a64dd517930f43c793542759 (patch) | |
tree | 5c7bd312fe4f7c31a36df80f57516e6978a9efc8 /tools | |
parent | 761c70b80cdd3bead40146b96a8e713d6ae01632 (diff) |
Use custom logo for Atmel boards
This patch adds a custom vendor logo for the Atmel AT91 boards.
Signed-off-by: Stelian Pop <stelian@popies.net>
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/Makefile | 4 | ||||
-rw-r--r-- | tools/logos/atmel.bmp | bin | 0 -> 26334 bytes |
2 files changed, 4 insertions, 0 deletions
diff --git a/tools/Makefile b/tools/Makefile index b89792327d4..dc210e82ac3 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -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 + #------------------------------------------------------------------------- diff --git a/tools/logos/atmel.bmp b/tools/logos/atmel.bmp Binary files differnew file mode 100644 index 00000000000..3c445c9bc36 --- /dev/null +++ b/tools/logos/atmel.bmp |