From patchwork Sat Sep 21 01:04:25 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Javier Martinez Canillas X-Patchwork-Id: 276826 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 0627B2C0190 for ; Sat, 21 Sep 2013 11:05:51 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id A89D14A224; Sat, 21 Sep 2013 03:05:42 +0200 (CEST) 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 yfD4efVV2QAL; Sat, 21 Sep 2013 03:05:42 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id C694F4A229; Sat, 21 Sep 2013 03:05:37 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 5AFCB4A20E for ; Sat, 21 Sep 2013 03:05:29 +0200 (CEST) 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 JGE-UHTsbuFS for ; Sat, 21 Sep 2013 03:05:22 +0200 (CEST) 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-f46.google.com (mail-wg0-f46.google.com [74.125.82.46]) by theia.denx.de (Postfix) with ESMTPS id 7E2194A219 for ; Sat, 21 Sep 2013 03:05:15 +0200 (CEST) Received: by mail-wg0-f46.google.com with SMTP id k14so1153866wgh.25 for ; Fri, 20 Sep 2013 18:05:15 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=k2W/OSc7Gyhc4zR5YjYeEJ1ZdTvVpXYeYfu1JKhpV/w=; b=TkxwYV9ZW3kBTF78E0NvPEaQBOU6R4r2AnAqHZ38Md7oCxcOqXaVks4qg0HgTFdXkv SkgzmkX+3yiiZDWDfjrgFi5OkyMfWerYnM152wkfvedyRfZAhX2V52hIrkWyg9A8mOYK w+ngB33LZhHJjZ5QFkppaXIyjKpZGyH7j47lUa6YfyhP5dWVOJveulnlPkED3wkhQLlQ MjdImp1AMkd6n5OI8je+d/v7VhfIagZbE+24YqWgxTuxZkVoFGIYoc/tGXRAm9Coptcb 4IDNjMzBhEsjKM9EyuQ+utRI92aOO+XeD0UrrrHsScH2xmnnWCkz9VTza/UXDu9iTM/d bK5w== X-Gm-Message-State: ALoCoQneravoW9191NZzjpDnkf8mMkO8GaR9tiyS8bIMV90aEfj3ZO7IZOp66iMW/NUfL1JemWhD X-Received: by 10.180.198.79 with SMTP id ja15mr4776228wic.36.1379725515427; Fri, 20 Sep 2013 18:05:15 -0700 (PDT) Received: from localhost.localdomain (165.101.23.95.dynamic.jazztel.es. [95.23.101.165]) by mx.google.com with ESMTPSA id e1sm8217340wij.6.1969.12.31.16.00.00 (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 20 Sep 2013 18:05:14 -0700 (PDT) From: Javier Martinez Canillas To: Tom Rini Date: Sat, 21 Sep 2013 03:04:25 +0200 Message-Id: <1379725466-20848-3-git-send-email-javier.martinez@collabora.co.uk> X-Mailer: git-send-email 1.8.4.rc3 In-Reply-To: <1379725466-20848-1-git-send-email-javier.martinez@collabora.co.uk> References: <1379725466-20848-1-git-send-email-javier.martinez@collabora.co.uk> Cc: "u-boot@lists.denx.de" , Enric Balletbo i Serra , Javier Martinez Canillas Subject: [U-Boot] [PATCH v3 2/2] OMAP3: igep00x0: rename config file to omap3_igep00x0.h 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 There seems to be a naming convention for the configuration files for boards using the same SoC family. This makes easier to do changes that affect different boards based on the same SoC. Since the IGEPv2 board and the IGEP COM Module use a TI OMAP35xx/DM37xx processor, is better to rename its board config to use this naming scheme. Signed-off-by: Javier Martinez Canillas Acked-by: Enric Balletbo i Serra --- Changes since v2: - Rebase patch to adapt to new boards.cfg file format. Changes since v1: - Fix some issues in the commit changelog pointed out by Enric Balletbo. boards.cfg | 10 +++++----- include/configs/{igep00x0.h => omap3_igep00x0.h} | 0 2 files changed, 5 insertions(+), 5 deletions(-) rename include/configs/{igep00x0.h => omap3_igep00x0.h} (100%) diff --git a/include/configs/igep00x0.h b/include/configs/omap3_igep00x0.h similarity index 100% rename from include/configs/igep00x0.h rename to include/configs/omap3_igep00x0.h diff --git a/boards.cfg b/boards.cfg index 310c034..075c81c 100644 --- a/boards.cfg +++ b/boards.cfg @@ -307,11 +307,11 @@ Active arm armv7 omap3 comelit dig297 Active arm armv7 omap3 compulab cm_t35 cm_t35 - Igor Grinberg Active arm armv7 omap3 corscience tricorder tricorder - Thomas Weber Active arm armv7 omap3 htkw mcx mcx - Ilya Yanok -Active arm armv7 omap3 isee igep00x0 igep0020 igep00x0:MACH_TYPE=MACH_TYPE_IGEP0020,BOOT_ONENAND Enric Balletbo i Serra -Active arm armv7 omap3 isee igep00x0 igep0020_nand igep00x0:MACH_TYPE=MACH_TYPE_IGEP0020,BOOT_NAND - -Active arm armv7 omap3 isee igep00x0 igep0030 igep00x0:MACH_TYPE=MACH_TYPE_IGEP0030,BOOT_ONENAND Enric Balletbo i Serra -Active arm armv7 omap3 isee igep00x0 igep0030_nand igep00x0:MACH_TYPE=MACH_TYPE_IGEP0030,BOOT_NAND - -Active arm armv7 omap3 isee igep00x0 igep0032 igep00x0:MACH_TYPE=MACH_TYPE_IGEP0032,BOOT_ONENAND Enric Balletbo i Serra +Active arm armv7 omap3 isee igep00x0 omap3_igep0020 omap3_igep00x0:MACH_TYPE=MACH_TYPE_IGEP0020,BOOT_ONENAND Enric Balletbo i Serra +Active arm armv7 omap3 isee igep00x0 omap3_igep0020_nand omap3_igep00x0:MACH_TYPE=MACH_TYPE_IGEP0020,BOOT_NAND - +Active arm armv7 omap3 isee igep00x0 omap3_igep0030 omap3_igep00x0:MACH_TYPE=MACH_TYPE_IGEP0030,BOOT_ONENAND Enric Balletbo i Serra +Active arm armv7 omap3 isee igep00x0 omap3_igep0030_nand omap3_igep00x0:MACH_TYPE=MACH_TYPE_IGEP0030,BOOT_NAND - +Active arm armv7 omap3 isee igep00x0 omap3_igep0032 omap3_igep00x0:MACH_TYPE=MACH_TYPE_IGEP0032,BOOT_ONENAND Enric Balletbo i Serra Active arm armv7 omap3 logicpd am3517evm am3517_evm - Vaibhav Hiremath Active arm armv7 omap3 logicpd omap3som omap3_logic - Peter Barada Active arm armv7 omap3 logicpd zoom1 omap3_zoom1 - Nishanth Menon