From a0ab42c45d7e037e7231e4cf9fb4ac0f08b0e686 Mon Sep 17 00:00:00 2001 From: Justin Waters Date: Tue, 22 Jan 2008 15:25:55 -0500 Subject: Add TimeSys logo to the splashscreen on Atmel boards This adds a little bit of marketing to U-Boot on behalf of TimeSys. Ultimately, this image should probably be a combination of the Atmel and TimeSys logos. Signed-off-by: Justin Waters --- tools/Makefile | 6 +++--- tools/logos/timesys.bmp | Bin 0 -> 14094 bytes 2 files changed, 3 insertions(+), 3 deletions(-) create mode 100644 tools/logos/timesys.bmp diff --git a/tools/Makefile b/tools/Makefile index d56464a0f0..06e643197e 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -42,13 +42,13 @@ LOGO_H = $(OBJTREE)/include/bmp_logo.h ifeq ($(LOGO_BMP),) LOGO_BMP= logos/denx.bmp ifeq ($(BOARD),at91sam9261ek) -LOGO_BMP= logos/atmel.bmp +LOGO_BMP= logos/timesys.bmp endif ifeq ($(BOARD),at91sam9263ek) -LOGO_BMP= logos/atmel.bmp +LOGO_BMP= logos/timesys.bmp endif ifeq ($(BOARD),at91sam9rlek) -LOGO_BMP= logos/atmel.bmp +LOGO_BMP= logos/timesys.bmp endif endif diff --git a/tools/logos/timesys.bmp b/tools/logos/timesys.bmp new file mode 100644 index 0000000000..0a0a981230 Binary files /dev/null and b/tools/logos/timesys.bmp differ -- cgit v1.2.3