From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jagan Teki Date: Sun, 9 Apr 2017 12:22:47 +0530 Subject: [U-Boot] [PATCH v4 26/35] ARM: i.MX6: %s/mx6[dl|q]sabresd_defconfig/imx6[dl|q]_sabresd_defconfig In-Reply-To: <1491720776-7445-1-git-send-email-jagan@openedev.com> References: <1491720776-7445-1-git-send-email-jagan@openedev.com> Message-ID: <1491720776-7445-27-git-send-email-jagan@openedev.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de mx6dlsabresd_defconfig => imx6dl_sabresd_defconfig mx6qsabresd_defconfig => imx6q_sabresd_defconfig Cc: Stefano Babic Cc: Fabio Estevam Cc: Michael Trimarchi Signed-off-by: Jagan Teki --- Changes for v4: - Newly added board/freescale/mx6sabresd/MAINTAINERS | 4 ++-- configs/{mx6dlsabresd_defconfig => imx6dl_sabresd_defconfig} | 0 configs/{mx6qsabresd_defconfig => imx6q_sabresd_defconfig} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename configs/{mx6dlsabresd_defconfig => imx6dl_sabresd_defconfig} (100%) rename configs/{mx6qsabresd_defconfig => imx6q_sabresd_defconfig} (100%) diff --git a/board/freescale/mx6sabresd/MAINTAINERS b/board/freescale/mx6sabresd/MAINTAINERS index 0252544..d46b0d2 100644 --- a/board/freescale/mx6sabresd/MAINTAINERS +++ b/board/freescale/mx6sabresd/MAINTAINERS @@ -3,8 +3,8 @@ M: Fabio Estevam S: Maintained F: board/freescale/mx6sabresd/ F: include/configs/mx6sabresd.h -F: configs/mx6dlsabresd_defconfig -F: configs/mx6qsabresd_defconfig +F: configs/imx6dl_sabresd_defconfig +F: configs/imx6q_sabresd_defconfig F: configs/mx6sabresd_spl_defconfig F: configs/imx6dl_sabresd_spl_defconfig F: configs/imx6q_sabresd_spl_defconfig diff --git a/configs/mx6dlsabresd_defconfig b/configs/imx6dl_sabresd_defconfig similarity index 100% rename from configs/mx6dlsabresd_defconfig rename to configs/imx6dl_sabresd_defconfig diff --git a/configs/mx6qsabresd_defconfig b/configs/imx6q_sabresd_defconfig similarity index 100% rename from configs/mx6qsabresd_defconfig rename to configs/imx6q_sabresd_defconfig -- 1.9.1