summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Waters <justin.waters@timesys.com>2009-01-27 16:35:41 -0500
committerJustin Waters <justin.waters@timesys.com>2009-01-27 16:53:21 -0500
commit380bc0f188f8d41889fde822bcf7ed1afc96e348 (patch)
tree483a1524b1783518d292338d23590b7c399481d7
parentab0862a29b385b243b5168afb47ca0d82e4e3151 (diff)
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 <justin.waters@timesys.com>
-rw-r--r--tools/Makefile10
-rw-r--r--tools/logos/timesys.bmpbin0 -> 14094 bytes
2 files changed, 5 insertions, 5 deletions
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
--- /dev/null
+++ b/tools/logos/timesys.bmp
Binary files differ