From patchwork Thu Oct 17 04:30:20 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: 284079 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 D19402C009C for ; Thu, 17 Oct 2013 15:31:36 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 543874A09F; Thu, 17 Oct 2013 06:31:33 +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 p5wjmzk1mnDd; Thu, 17 Oct 2013 06:31:33 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 2FE144A066; Thu, 17 Oct 2013 06:31:27 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 978A34A07A for ; Thu, 17 Oct 2013 06:31:23 +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 7FLZI0Rdc2ZN for ; Thu, 17 Oct 2013 06:31:17 +0200 (CEST) X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 BL_NJABL=ERR(-1.5) (only DNSBL check requested) Received: from mail-wi0-f169.google.com (mail-wi0-f169.google.com [209.85.212.169]) by theia.denx.de (Postfix) with ESMTPS id 81B3C4A018 for ; Thu, 17 Oct 2013 06:31:10 +0200 (CEST) Received: by mail-wi0-f169.google.com with SMTP id cb5so305213wib.2 for ; Wed, 16 Oct 2013 21:31:10 -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; bh=H5M1mcP9WDy+bPiFf9ieJsrwXp8YsmIVJQ+VgSJkboQ=; b=kadrjmhx+MSBavgkqGX8bcUJez+ZllCA64tIVQAWGvMP2Q8utLDDyev8plpSpc7uON H3GYF3ZtdO3dKHVuJyuBCr99yaM0JDFGxjkx+S6v06EuwAt+rtwPFilHzj+oFvxgDgdE PjDRIQXMoYgEJWZO4z5mix7X12NcvWJw+td6m7MN73gv7W1PR+Db2jwSGuKHXLixRDfH kww7k4ShpXxC1VKXuhisBQQjhs9iSuEvUXMyZDFy8AD4QpIiKxSKxc/n0fwaWdd6/Xyq Vkg17Bouzyp+t4gk+zp4N4kLYJfh/Yi9FmH1y9zCuw2UIb6MPFBOmsvWkfs6HPBcIfgy JeTQ== X-Gm-Message-State: ALoCoQn/+cv+6CNqCFmvtoLWWl4UKYdSx3kRT6g8JMFC3DeEeA7j+RR6/kz8Tyfqv03vdlfZJxs7 X-Received: by 10.180.211.171 with SMTP id nd11mr27534834wic.0.1381984268952; Wed, 16 Oct 2013 21:31:08 -0700 (PDT) Received: from localhost.localdomain (238.105.23.95.dynamic.jazztel.es. [95.23.105.238]) by mx.google.com with ESMTPSA id s4sm12038269wiy.1.2013.10.16.21.31.07 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 16 Oct 2013 21:31:08 -0700 (PDT) From: Javier Martinez Canillas To: Tom Rini Date: Thu, 17 Oct 2013 06:30:20 +0200 Message-Id: <1381984221-20991-1-git-send-email-javier.martinez@collabora.co.uk> X-Mailer: git-send-email 1.8.4.rc3 Cc: "u-boot@lists.denx.de\"" , Enric Balletbo i Serra , Javier Martinez Canillas Subject: [U-Boot] [RESEND PATCH v3 1/2] ARM: IGEP0033: rename config file to am335x_igep0033.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 From: Javier Martinez Canillas 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 IGEP COM AQUILA use TI AM335x processors, 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 | 2 +- include/configs/{igep0033.h => am335x_igep0033.h} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename include/configs/{igep0033.h => am335x_igep0033.h} (100%) diff --git a/boards.cfg b/boards.cfg index aa2ee64..c8b7868 100644 --- a/boards.cfg +++ b/boards.cfg @@ -246,7 +246,7 @@ Active arm arm946es - armltd integrator Active arm armv7 - armltd vexpress vexpress_ca15_tc2 - - Active arm armv7 - armltd vexpress vexpress_ca5x2 - Matt Waddel Active arm armv7 - armltd vexpress vexpress_ca9x4 - Matt Waddel -Active arm armv7 am33xx isee igep0033 igep0033 - Enric Balletbo i Serra +Active arm armv7 am33xx isee igep0033 am335x_igep0033 - Enric Balletbo i Serra Active arm armv7 am33xx phytec pcm051 pcm051 pcm051 Lars Poeschel Active arm armv7 am33xx siemens dxr2 dxr2 - Roger Meier Active arm armv7 am33xx siemens pxm2 pxm2 - Roger Meier diff --git a/include/configs/igep0033.h b/include/configs/am335x_igep0033.h similarity index 100% rename from include/configs/igep0033.h rename to include/configs/am335x_igep0033.h