]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
logos: add Freescale logo
authorTimur Tabi <timur@freescale.com>
Mon, 30 Aug 2010 21:27:31 +0000 (16:27 -0500)
committerAnatolij Gustschin <agust@denx.de>
Tue, 21 Sep 2010 20:44:53 +0000 (22:44 +0200)
Add the Freescale logo and update the Makefile to build it when building
a Freescale board.

Signed-off-by: Timur Tabi <timur@freescale.com>
tools/Makefile
tools/logos/freescale.bmp [new file with mode: 0644]

index feb8d23a3dcae9df382f11048ff4cc5480878c5c..8ec92d2cbd947beb9fb59a80bafc07b85f6e58de 100644 (file)
@@ -116,6 +116,9 @@ endif
 ifeq ($(VENDOR),esd)
 LOGO_BMP= logos/esd.bmp
 endif
+ifeq ($(VENDOR),freescale)
+LOGO_BMP= logos/freescale.bmp
+endif
 ifeq ($(VENDOR),ronetix)
 LOGO_BMP= logos/ronetix.bmp
 endif
diff --git a/tools/logos/freescale.bmp b/tools/logos/freescale.bmp
new file mode 100644 (file)
index 0000000..1589e80
Binary files /dev/null and b/tools/logos/freescale.bmp differ