From patchwork Mon Apr 3 13:53:33 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jagan Teki X-Patchwork-Id: 746486 X-Patchwork-Delegate: sbabic@denx.de Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.denx.de (dione.denx.de [81.169.180.215]) by ozlabs.org (Postfix) with ESMTP id 3vxYwd23l1z9s81 for ; Tue, 4 Apr 2017 00:13:05 +1000 (AEST) Received: by lists.denx.de (Postfix, from userid 105) id 17F25C21D24; Mon, 3 Apr 2017 14:03:58 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on lists.denx.de X-Spam-Level: X-Spam-Status: No, score=-0.0 required=5.0 tests=RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL autolearn=unavailable autolearn_force=no version=3.4.0 Received: from lists.denx.de (localhost [IPv6:::1]) by lists.denx.de (Postfix) with ESMTP id 58BC8C21CDE; Mon, 3 Apr 2017 14:03:55 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id 3D40DC21C9F; Mon, 3 Apr 2017 13:57:18 +0000 (UTC) Received: from mail-pg0-f67.google.com (mail-pg0-f67.google.com [74.125.83.67]) by lists.denx.de (Postfix) with ESMTPS id E87F9C21C8E for ; Mon, 3 Apr 2017 13:57:13 +0000 (UTC) Received: by mail-pg0-f67.google.com with SMTP id g2so30043033pge.2 for ; Mon, 03 Apr 2017 06:57:13 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=v4QyUk18zGlJywyupGK7q0An2Tb8VTj/LutXFCktU+s=; b=g48mkRVP67JwJBO3mt7plkVOY0F4ScmrmU04AyWP0VDtgftxiRw1mWaK5wIdPSW2U1 Z4Omdh3sWIVdkADYkLWwIAYrJbOzAoMYVweStZO+2am1gZj4efnUM89nQ1diCzpA0E7G 7NwfwH/gHxIq9ccUdOJ6mI/3E2Gfx1BwrUXnMWuwnRWkZUJybkCl87RuVSbhUpdTNG2D AL2tZkIIT8RSmuuiQTlJegOOaE5ydwmyujGXeVvkM7fEi0sLuChGtE3QYIm+Jg4ZuzwK T7uCyTY9Zj52HXpG/qEUdBfSnxCTEdACKruDZuVVf0GuZ5rik6N+nJbdjF9P94J8I/2z /gFw== X-Gm-Message-State: AFeK/H0Niq+zXDhTCorcVlzdoIuvFOU5zb18suvvS46tC6C+WxXUKiUGhFb4B2wVXkKeLw== X-Received: by 10.98.12.19 with SMTP id u19mr16600740pfi.179.1491227832630; Mon, 03 Apr 2017 06:57:12 -0700 (PDT) Received: from localhost.localdomain ([117.254.76.151]) by smtp.gmail.com with ESMTPSA id 123sm26271368pgh.21.2017.04.03.06.57.09 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 03 Apr 2017 06:57:11 -0700 (PDT) From: Jagan Teki To: Stefano Babic Date: Mon, 3 Apr 2017 19:23:33 +0530 Message-Id: <1491227616-15042-27-git-send-email-jagan@openedev.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1491227616-15042-1-git-send-email-jagan@openedev.com> References: <1491227616-15042-1-git-send-email-jagan@openedev.com> Cc: Fabio Estevam , u-boot@lists.denx.de Subject: [U-Boot] [PATCH v2 26/29] ARM: i.MX6: %s/mx6sabresd/imx6sabresd X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.18 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" From: Jagan Teki Rename all mx6sabresd files and directories to imx6sabresd, this will eventually compatible with Linux i.MX file notations and also some of the boards(engicam) in the current tree are now following same convention. Cc: Stefano Babic Cc: Fabio Estevam Cc: Michael Trimarchi Signed-off-by: Jagan Teki --- arch/arm/cpu/armv7/mx6/Kconfig | 2 +- board/freescale/{mx6sabresd => imx6sabresd}/Kconfig | 4 ++-- board/freescale/{mx6sabresd => imx6sabresd}/MAINTAINERS | 4 ++-- board/freescale/{mx6sabresd => imx6sabresd}/Makefile | 2 +- board/freescale/{mx6sabresd => imx6sabresd}/README | 0 .../freescale/{mx6sabresd/mx6sabresd.c => imx6sabresd/imx6sabresd.c} | 0 include/configs/{mx6sabresd.h => imx6sabresd.h} | 0 7 files changed, 6 insertions(+), 6 deletions(-) rename board/freescale/{mx6sabresd => imx6sabresd}/Kconfig (70%) rename board/freescale/{mx6sabresd => imx6sabresd}/MAINTAINERS (73%) rename board/freescale/{mx6sabresd => imx6sabresd}/Makefile (86%) rename board/freescale/{mx6sabresd => imx6sabresd}/README (100%) rename board/freescale/{mx6sabresd/mx6sabresd.c => imx6sabresd/imx6sabresd.c} (100%) rename include/configs/{mx6sabresd.h => imx6sabresd.h} (100%) diff --git a/arch/arm/cpu/armv7/mx6/Kconfig b/arch/arm/cpu/armv7/mx6/Kconfig index 3170442..69bf645 100644 --- a/arch/arm/cpu/armv7/mx6/Kconfig +++ b/arch/arm/cpu/armv7/mx6/Kconfig @@ -393,9 +393,9 @@ source "board/engicam/geam6ul/Kconfig" source "board/engicam/icorem6/Kconfig" source "board/engicam/icorem6_rqs/Kconfig" source "board/engicam/isiotmx6ul/Kconfig" +source "board/freescale/imx6sabresd/Kconfig" source "board/freescale/mx6qarm2/Kconfig" source "board/freescale/mx6qsabreauto/Kconfig" -source "board/freescale/mx6sabresd/Kconfig" source "board/freescale/mx6slevk/Kconfig" source "board/freescale/mx6sllevk/Kconfig" source "board/freescale/mx6sxsabresd/Kconfig" diff --git a/board/freescale/mx6sabresd/Kconfig b/board/freescale/imx6sabresd/Kconfig similarity index 70% rename from board/freescale/mx6sabresd/Kconfig rename to board/freescale/imx6sabresd/Kconfig index e87dea0..54eebf0 100644 --- a/board/freescale/mx6sabresd/Kconfig +++ b/board/freescale/imx6sabresd/Kconfig @@ -1,12 +1,12 @@ if TARGET_MX6SABRESD config SYS_BOARD - default "mx6sabresd" + default "imx6sabresd" config SYS_VENDOR default "freescale" config SYS_CONFIG_NAME - default "mx6sabresd" + default "imx6sabresd" endif diff --git a/board/freescale/mx6sabresd/MAINTAINERS b/board/freescale/imx6sabresd/MAINTAINERS similarity index 73% rename from board/freescale/mx6sabresd/MAINTAINERS rename to board/freescale/imx6sabresd/MAINTAINERS index 6b3fee9..43f1eb7 100644 --- a/board/freescale/mx6sabresd/MAINTAINERS +++ b/board/freescale/imx6sabresd/MAINTAINERS @@ -1,8 +1,8 @@ MX6SABRESD BOARD M: Fabio Estevam S: Maintained -F: board/freescale/mx6sabresd/ -F: include/configs/mx6sabresd.h +F: board/freescale/imx6sabresd/ +F: include/configs/imx6sabresd.h F: configs/imx6dl_sabresd_defconfig F: configs/imx6q_sabresd_defconfig F: configs/imx6qp_sabresd_defconfig diff --git a/board/freescale/mx6sabresd/Makefile b/board/freescale/imx6sabresd/Makefile similarity index 86% rename from board/freescale/mx6sabresd/Makefile rename to board/freescale/imx6sabresd/Makefile index cfca2ef..5459f46 100644 --- a/board/freescale/mx6sabresd/Makefile +++ b/board/freescale/imx6sabresd/Makefile @@ -6,4 +6,4 @@ # SPDX-License-Identifier: GPL-2.0+ # -obj-y := mx6sabresd.o +obj-y := imx6sabresd.o diff --git a/board/freescale/mx6sabresd/README b/board/freescale/imx6sabresd/README similarity index 100% rename from board/freescale/mx6sabresd/README rename to board/freescale/imx6sabresd/README diff --git a/board/freescale/mx6sabresd/mx6sabresd.c b/board/freescale/imx6sabresd/imx6sabresd.c similarity index 100% rename from board/freescale/mx6sabresd/mx6sabresd.c rename to board/freescale/imx6sabresd/imx6sabresd.c diff --git a/include/configs/mx6sabresd.h b/include/configs/imx6sabresd.h similarity index 100% rename from include/configs/mx6sabresd.h rename to include/configs/imx6sabresd.h