From patchwork Tue Aug 26 08:40:47 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Luca Ceresoli X-Patchwork-Id: 383007 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (hemlock.osuosl.org [140.211.166.133]) by ozlabs.org (Postfix) with ESMTP id BEAB014010B for ; Tue, 26 Aug 2014 18:41:13 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 8695894B26; Tue, 26 Aug 2014 08:41:12 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id V1L4aHDObv8V; Tue, 26 Aug 2014 08:41:11 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id E5B7494AA6; Tue, 26 Aug 2014 08:41:10 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id CAE7A1BF863 for ; Tue, 26 Aug 2014 08:41:09 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id C6363913EA for ; Tue, 26 Aug 2014 08:41:09 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 0rClgLL4O1OZ for ; Tue, 26 Aug 2014 08:41:08 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from srv-hp10.netsons.net (unknown [94.141.22.72]) by whitealder.osuosl.org (Postfix) with ESMTPS id 6069E8DE53 for ; Tue, 26 Aug 2014 08:41:08 +0000 (UTC) Received: from [151.18.254.32] (port=39040 helo=localhost.localdomain) by srv-hp10.netsons.net with esmtpa (Exim 4.82) (envelope-from ) id 1XMCJK-000pkJ-1P; Tue, 26 Aug 2014 10:41:02 +0200 From: Luca Ceresoli To: buildroot@busybox.net Date: Tue, 26 Aug 2014 10:40:47 +0200 Message-Id: <1409042449-8263-1-git-send-email-luca@lucaceresoli.net> X-Mailer: git-send-email 1.9.1 MIME-Version: 1.0 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - srv-hp10.netsons.net X-AntiAbuse: Original Domain - busybox.net X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - lucaceresoli.net X-Get-Message-Sender-Via: srv-hp10.netsons.net: authenticated_id: luca+lucaceresoli.net/only user confirmed/virtual account not confirmed X-Source: X-Source-Args: X-Source-Dir: Cc: Luca Ceresoli , Gary Bisson Subject: [Buildroot] [PATCH v2 1/3] configs/freescale_imx6qsabresd: rename imx6 to imx6q X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net This defconfig is specific to the SABRESD board equipped with the iMX6Q SoC. Rename it for clarity in order to avoid confusion with the upcoming defconfig for the iMX6DL version. Suggested by Gary Bisson. Signed-off-by: Luca Ceresoli Cc: Gilles Talis Cc: Gary Bisson Cc: Vincent Stehlé --- This patch is new in v3. --- .../{freescale_imx6sabresd_defconfig => freescale_imx6qsabresd_defconfig} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename configs/{freescale_imx6sabresd_defconfig => freescale_imx6qsabresd_defconfig} (100%) diff --git a/configs/freescale_imx6sabresd_defconfig b/configs/freescale_imx6qsabresd_defconfig similarity index 100% rename from configs/freescale_imx6sabresd_defconfig rename to configs/freescale_imx6qsabresd_defconfig