diff options
| author | Enric Balletbo i Serra <eballetbo@iseebcn.com> | 2013-07-25 09:27:38 +0200 | 
|---|---|---|
| committer | Tom Rini <trini@ti.com> | 2013-08-15 08:51:10 -0400 | 
| commit | 3a2f040050e0bbd601adbbe23a5fa64d5342a922 (patch) | |
| tree | e66a2d71cb9ff13b489d9c3da7c42869fb316d63 | |
| parent | 2e6bc670198e08b76bf9e30deb27fdcd4c525e98 (diff) | |
| download | olio-uboot-2014.01-3a2f040050e0bbd601adbbe23a5fa64d5342a922.tar.xz olio-uboot-2014.01-3a2f040050e0bbd601adbbe23a5fa64d5342a922.zip | |
ARM: IGEP0033: Remove CYGNUS name from header.
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 <eballetbo@iseebcn.com>
Reviewed-by: Javier Martinez Canillas <javier@dowhile0.org>
| -rw-r--r-- | board/isee/igep0033/board.c | 2 | ||||
| -rw-r--r-- | 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 f71aaa07d..87c673669 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 a6f17e3dd..a11d7ab86 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/   * |