From patchwork Mon Mar 23 17:28:26 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marcel Ziswiler X-Patchwork-Id: 453583 X-Patchwork-Delegate: twarren@nvidia.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 1A773140157 for ; Tue, 24 Mar 2015 04:59:34 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id F110BABE08; Mon, 23 Mar 2015 18:59:17 +0100 (CET) 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 tmLxClU8PPc7; Mon, 23 Mar 2015 18:59:17 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 7A132ABDF6; Mon, 23 Mar 2015 18:58:52 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 83F47A7428 for ; Mon, 23 Mar 2015 18:29:59 +0100 (CET) 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 Iqeq4dHeTxAy for ; Mon, 23 Mar 2015 18:29:59 +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 mout.perfora.net (mout.perfora.net [74.208.4.197]) by theia.denx.de (Postfix) with ESMTPS id 0D810A7425 for ; Mon, 23 Mar 2015 18:29:56 +0100 (CET) Received: from localhost.localdomain ([178.197.225.139]) by mrelay.perfora.net (mreueus001) with ESMTPSA (Nemesis) id 0MCaCy-1YjU4v04P4-009VsO; Mon, 23 Mar 2015 18:29:07 +0100 From: Marcel Ziswiler To: u-boot@lists.denx.de Date: Mon, 23 Mar 2015 18:28:26 +0100 Message-Id: X-Mailer: git-send-email 1.9.3 In-Reply-To: References: X-Provags-ID: V03:K0:6YSZKk2J8aqFMmavC+I3CEIVGsF+DzKSfneAkiqFJruX/ZaqBFp KsqEvsAVSe2xAv5/6mgG0YsP71QlLdwfsUgMXutmzhSPkpSKQPxwxOfZNHphJsV3WkbtRJD MIZaUmBAuLx1UZHeuY9E1eRmhWp2dt9XoH52a5SfMkFl4XnBKqTGFl+KOZWdy9NWADK+zZS aXB3HIFXQ1c12pQbcm5Tg== X-UI-Out-Filterresults: notjunk:1; X-Mailman-Approved-At: Mon, 23 Mar 2015 18:58:36 +0100 Cc: Marek Vasut , Akshay Saraswat , Fabio Estevam , Tom Rini , Masahiro Yamada , Przemyslaw Marczak , Tom Warren , Hyungwon Hwang , Stephen Warren , Stefan Roese , Marcel Ziswiler Subject: [U-Boot] [PATCH 2/5] ARM: tegra: rename colibri_t20 device-tree X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.15 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" In accordance with our other modules supported by U-Boot and as agreed for Apalis/Colibri T30 get rid of the carrier board in the device-tree naming. --- arch/arm/dts/Makefile | 2 +- arch/arm/dts/{tegra20-colibri_t20_iris.dts => tegra20-colibri.dts} | 0 configs/colibri_t20_defconfig | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename arch/arm/dts/{tegra20-colibri_t20_iris.dts => tegra20-colibri.dts} (100%) diff --git a/arch/arm/dts/Makefile b/arch/arm/dts/Makefile index cbe5b86..f897e6d 100644 --- a/arch/arm/dts/Makefile +++ b/arch/arm/dts/Makefile @@ -24,7 +24,7 @@ dtb-$(CONFIG_TEGRA) += tegra20-harmony.dtb \ tegra20-trimslice.dtb \ tegra20-ventana.dtb \ tegra20-whistler.dtb \ - tegra20-colibri_t20_iris.dtb \ + tegra20-colibri.dtb \ tegra30-apalis.dtb \ tegra30-beaver.dtb \ tegra30-cardhu.dtb \ diff --git a/arch/arm/dts/tegra20-colibri_t20_iris.dts b/arch/arm/dts/tegra20-colibri.dts similarity index 100% rename from arch/arm/dts/tegra20-colibri_t20_iris.dts rename to arch/arm/dts/tegra20-colibri.dts diff --git a/configs/colibri_t20_defconfig b/configs/colibri_t20_defconfig index a14d55a..af8e435 100644 --- a/configs/colibri_t20_defconfig +++ b/configs/colibri_t20_defconfig @@ -2,4 +2,4 @@ CONFIG_ARM=y CONFIG_TEGRA=y CONFIG_TEGRA20=y CONFIG_TARGET_COLIBRI_T20_IRIS=y -CONFIG_DEFAULT_DEVICE_TREE="tegra20-colibri_t20_iris" +CONFIG_DEFAULT_DEVICE_TREE="tegra20-colibri"