diff options
author | Justin Waters <justin@justin-linux.(none)> | 2008-01-22 15:25:55 -0500 |
---|---|---|
committer | Justin Waters <justin@justin-linux.(none)> | 2008-01-23 09:30:50 -0500 |
commit | a0ab42c45d7e037e7231e4cf9fb4ac0f08b0e686 (patch) | |
tree | 2ba3324773b4ba94aeed5f20b3751ab903410419 | |
parent | 2a43bc1f85618a6fb291dc26b0461857898515f7 (diff) |
Add TimeSys logo to the splashscreen on Atmel boards1.1.5-at91-200801222025
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 <justin.waters@timesys.com>
-rw-r--r-- | tools/Makefile | 6 | ||||
-rw-r--r-- | tools/logos/timesys.bmp | bin | 0 -> 14094 bytes |
2 files changed, 3 insertions, 3 deletions
diff --git a/tools/Makefile b/tools/Makefile index d56464a0f0c..06e643197e8 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 Binary files differnew file mode 100644 index 00000000000..0a0a9812308 --- /dev/null +++ b/tools/logos/timesys.bmp |