From mboxrd@z Thu Jan 1 00:00:00 1970 From: Javier Martinez Canillas Date: Wed, 7 Aug 2013 18:01:49 +0200 Subject: [U-Boot] [PATCH 3/5] ARM: IGEP0033: Remove CYGNUS name from header. In-Reply-To: <1374737260-4268-4-git-send-email-eballetbo@gmail.com> References: <1374737260-4268-1-git-send-email-eballetbo@gmail.com> <1374737260-4268-4-git-send-email-eballetbo@gmail.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Thu, Jul 25, 2013 at 9:27 AM, Enric Balletbo i Serra wrote: > From: Enric Balletbo i Serra > > We will not use CYGNUS names for any IGEP COM based on AM335x processor, > so, to avoid confusion, remove from headers. > > Signed-off-by: Enric Balletbo i Serra > --- > board/isee/igep0033/board.c | 2 +- > board/isee/igep0033/board.h | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/board/isee/igep0033/board.c b/board/isee/igep0033/board.c > index ea3bea5..b3fcbb3 100644 > --- a/board/isee/igep0033/board.c > +++ b/board/isee/igep0033/board.c > @@ -1,5 +1,5 @@ > /* > - * Board functions for IGEP COM AQUILA/CYGNUS based boards > + * Board functions for IGEP COM AQUILA based boards > * > * Copyright (C) 2013, ISEE 2007 SL - http://www.isee.biz/ > * > diff --git a/board/isee/igep0033/board.h b/board/isee/igep0033/board.h > index 37988e0..4368ee6 100644 > --- a/board/isee/igep0033/board.h > +++ b/board/isee/igep0033/board.h > @@ -1,5 +1,5 @@ > /* > - * IGEP COM AQUILA/CYGNUS boards information header > + * IGEP COM AQUILA boards information header > * > * Copyright (C) 2013, ISEE 2007 SL - http://www.isee.biz/ > * > -- > 1.8.1.2 > Reviewed-by: Javier Martinez Canillas