From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?ISO-8859-1?Q?Matthias_Wei=DFer?= Date: Mon, 18 Jan 2010 14:55:51 +0100 Subject: [U-Boot] [PATCH] Adding new vendor logo In-Reply-To: <4B51ECB2.1020005@windriver.com> References: <1263230330-19728-1-git-send-email-matthias.weisser@graf-syteco.de> <1263230330-19728-2-git-send-email-matthias.weisser@graf-syteco.de> <1263230330-19728-3-git-send-email-matthias.weisser@graf-syteco.de> <1263230330-19728-4-git-send-email-matthias.weisser@graf-syteco.de> <4B51ECB2.1020005@windriver.com> Message-ID: <4B546867.7030606@arcor.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Am 16.01.2010 17:43, schrieb Tom: > Matthias Weisser wrote: >> Signed-off-by: Matthias Weisser >> --- >> tools/Makefile | 3 +++ >> tools/logos/syteco.bmp | Bin 0 -> 12278 bytes >> 2 files changed, 3 insertions(+), 0 deletions(-) >> create mode 100644 tools/logos/syteco.bmp >> >> diff --git a/tools/Makefile b/tools/Makefile >> index 5b8c3c3..702bb83 100644 >> --- a/tools/Makefile >> +++ b/tools/Makefile >> @@ -105,6 +105,9 @@ endif >> ifeq ($(VENDOR),ronetix) >> LOGO_BMP= logos/ronetix.bmp >> endif >> +ifeq ($(VENDOR),syteco) >> +LOGO_BMP= logos/syteco.bmp >> +endif > > The grey S in the middle looks a bit lighter that > what is on the website > http://www.graf-syteco.de/html/deutsch/bediengerate.html Thats OK. We use that bitmap since "ever" as logo in our devices and I think I am going to use it in u-boot also. Regards, Matthias