From ef351fe1f780b7cbc4c25ed4c544cb59fbf86761 Mon Sep 17 00:00:00 2001 From: Timur Tabi Date: Mon, 30 Aug 2010 16:27:31 -0500 Subject: logos: add Freescale logo Add the Freescale logo and update the Makefile to build it when building a Freescale board. Signed-off-by: Timur Tabi --- tools/Makefile | 3 +++ tools/logos/freescale.bmp | Bin 0 -> 46738 bytes 2 files changed, 3 insertions(+) create mode 100644 tools/logos/freescale.bmp (limited to 'tools') diff --git a/tools/Makefile b/tools/Makefile index feb8d23a3dc..8ec92d2cbd9 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -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 index 00000000000..1589e8073d1 Binary files /dev/null and b/tools/logos/freescale.bmp differ -- cgit v1.2.3