From patchwork Wed Feb 6 08:29:23 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Enric Balletbo Serra X-Patchwork-Id: 218494 X-Patchwork-Delegate: trini@ti.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from theia.denx.de (theia.denx.de [85.214.87.163]) by ozlabs.org (Postfix) with ESMTP id AE59D2C02CE for ; Wed, 6 Feb 2013 19:30:20 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id B9F234A13E; Wed, 6 Feb 2013 09:29:55 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 1na4v2xpjrzG; Wed, 6 Feb 2013 09:29:55 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id E02084A105; Wed, 6 Feb 2013 09:29:49 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 1B1D24A0FB for ; Wed, 6 Feb 2013 09:29:42 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id FHdCLVkq0UA1 for ; Wed, 6 Feb 2013 09:29:38 +0100 (CET) X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 (only DNSBL check requested) Received: from mail-wg0-f52.google.com (mail-wg0-f52.google.com [74.125.82.52]) by theia.denx.de (Postfix) with ESMTPS id 42F4F4A0FC for ; Wed, 6 Feb 2013 09:29:32 +0100 (CET) Received: by mail-wg0-f52.google.com with SMTP id 12so878406wgh.19 for ; Wed, 06 Feb 2013 00:29:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:from:to:cc:subject:date:message-id:x-mailer:in-reply-to :references; bh=NrZCQPYWC7PwHO3ALW/CUKcFQXymUH7sln4MSCx5w74=; b=n7gtur2Y4iGL+x8hqUqpEd4NxX8co4z3wdjZWzVlq5YcAxxAXw4TBefiirOq6ZaXYu bcuC0JsE5PgE2XRV3kPkerizK98afFmJQMbwBY0Oi2JBSbG1nv7RgPWF/VpHK/NsSO2m TkES7/KlgGgDaTHGB+PXier7Bf33jVi6kyJFJw70gX+ll83CpL7fDarhdMV+492ZYIut 5zE3bl8KsLfWB5RAqCQ39VmtgmMeiBfvpBHGunNR0dTABzDTBg+ybxuThyM6CtcBkHoY RM6BWwfWEhXOHcp2mV/31pQ/2PfstbUrlRnwCmQZx+U9xfggpsI7kxV9RYtmpe2kmtqp Q4rw== X-Received: by 10.180.72.232 with SMTP id g8mr3197897wiv.0.1360139372283; Wed, 06 Feb 2013 00:29:32 -0800 (PST) Received: from localhost.localdomain (43.Red-2-139-180.staticIP.rima-tde.net. [2.139.180.43]) by mx.google.com with ESMTPS id gy2sm1652465wib.3.2013.02.06.00.29.31 (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 06 Feb 2013 00:29:31 -0800 (PST) From: Enric Balletbo i Serra To: u-boot@lists.denx.de, trini@ti.com, javier@dowhile0.org, elezegarcia@gmail.com, ebutera@gmail.com Date: Wed, 6 Feb 2013 09:29:23 +0100 Message-Id: <1360139364-20295-2-git-send-email-eballetbo@gmail.com> X-Mailer: git-send-email 1.7.10.4 In-Reply-To: <1360139364-20295-1-git-send-email-eballetbo@gmail.com> References: <1360139364-20295-1-git-send-email-eballetbo@gmail.com> Cc: Enric Balletbo i Serra Subject: [U-Boot] [PATCH 1/2] OMAP3: igep00x0: use official board names. X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.11 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: u-boot-bounces@lists.denx.de Errors-To: u-boot-bounces@lists.denx.de From: Enric Balletbo i Serra This trivial patch only changes current boards names for the official names. Signed-off-by: Enric Balletbo i Serra --- board/isee/igep00x0/igep00x0.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/board/isee/igep00x0/igep00x0.h b/board/isee/igep00x0/igep00x0.h index fefdb89..dbc7cf6 100644 --- a/board/isee/igep00x0/igep00x0.h +++ b/board/isee/igep00x0/igep00x0.h @@ -34,10 +34,10 @@ const omap3_sysinfo sysinfo = { DDR_STACKED, #if (CONFIG_MACH_TYPE == MACH_TYPE_IGEP0020) - "OMAP3 IGEP v2 board", + "IGEPv2", #endif #if (CONFIG_MACH_TYPE == MACH_TYPE_IGEP0030) - "OMAP3 IGEP COM Module", + "IGEP COM MODULE/ELECTRON", #endif #if defined(CONFIG_ENV_IS_IN_ONENAND) "ONENAND",