From 380bc0f188f8d41889fde822bcf7ed1afc96e348 Mon Sep 17 00:00:00 2001 From: Justin Waters Date: Tue, 27 Jan 2009 16:35:41 -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. Signed-off-by: Justin Waters --- tools/Makefile | 10 +++++----- tools/logos/timesys.bmp | Bin 0 -> 14094 bytes 2 files changed, 5 insertions(+), 5 deletions(-) create mode 100644 tools/logos/timesys.bmp diff --git a/tools/Makefile b/tools/Makefile index 9e9ee15fb8..5ddae27501 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -41,12 +41,12 @@ LIBFDT_OBJ_FILES = $(obj)fdt.o $(obj)fdt_ro.o $(obj)fdt_rw.o $(obj)fdt_strerror. LOGO_H = $(OBJTREE)/include/bmp_logo.h -ifeq ($(LOGO_BMP),) +#ifeq ($(LOGO_BMP),) LOGO_BMP= logos/denx.bmp -endif -ifeq ($(VENDOR),atmel) -LOGO_BMP= logos/atmel.bmp -endif +#endif +#ifeq ($(VENDOR),atmel) +LOGO_BMP= logos/timesys.bmp +#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