From patchwork Fri Feb 15 11:03:17 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Chen-Yu Tsai X-Patchwork-Id: 1042744 X-Patchwork-Delegate: jagannadh.teki@gmail.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=lists.denx.de (client-ip=81.169.180.215; helo=lists.denx.de; envelope-from=u-boot-bounces@lists.denx.de; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=csie.org Received: from lists.denx.de (dione.denx.de [81.169.180.215]) by ozlabs.org (Postfix) with ESMTP id 4419Qc3ZLLz9s7T for ; Fri, 15 Feb 2019 22:05:12 +1100 (AEDT) Received: by lists.denx.de (Postfix, from userid 105) id 4050CC21F21; Fri, 15 Feb 2019 11:04:29 +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=none 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 BEBCDC22026; Fri, 15 Feb 2019 11:03:42 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id D2F43C21F0C; Fri, 15 Feb 2019 11:03:40 +0000 (UTC) Received: from wens.csie.org (mirror2.csie.ntu.edu.tw [140.112.30.76]) by lists.denx.de (Postfix) with ESMTPS id 1AB97C21E12 for ; Fri, 15 Feb 2019 11:03:34 +0000 (UTC) Received: by wens.csie.org (Postfix, from userid 1000) id 782CD5FD53; Fri, 15 Feb 2019 19:03:28 +0800 (CST) From: Chen-Yu Tsai To: u-boot@lists.denx.de Date: Fri, 15 Feb 2019 19:03:17 +0800 Message-Id: <20190215110318.13242-3-wens@csie.org> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20190215110318.13242-1-wens@csie.org> References: <20190215110318.13242-1-wens@csie.org> MIME-Version: 1.0 Cc: Maxime Ripard , Hans de Goede , Jagan Teki , Maxime Ripard Subject: [U-Boot] [PATCH v2 2/3] sunxi: Rename Sinovoip BPI M2 Plus to Bananapi M2 Plus H3 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: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" The brand Sinovoip is used for Sinovoip's original VOIP products, while the Bananapi brand is for the single board computers they produce. This has been verified by Bananapi. Rename the board from "Sinovoip BPI M2 Plus" to "Bananapi M2 Plus". For the defconfig file, all lowercase is used. To support the H5 variant of this board, the "H3" suffix is added to the defconfig name. A symbolic link for the original defconfig, pointing to the new one, is added to keep 3rd party distributions happy. Also add myself as one of the board maintainers. As the device tree files were already correctly named, they do not require any changes. Signed-off-by: Chen-Yu Tsai --- Changes in v2: - Drop symlink using original name, and entry for it in MAINTAINERS - Remove unrelated changes while renaming board/sunxi/MAINTAINERS | 11 ++++++----- ...2_Plus_defconfig => bananapi_m2_plus_h3_defconfig} | 0 2 files changed, 6 insertions(+), 5 deletions(-) rename configs/{Sinovoip_BPI_M2_Plus_defconfig => bananapi_m2_plus_h3_defconfig} (100%) diff --git a/board/sunxi/MAINTAINERS b/board/sunxi/MAINTAINERS index 608a86be4970..c6c6aee1810c 100644 --- a/board/sunxi/MAINTAINERS +++ b/board/sunxi/MAINTAINERS @@ -137,6 +137,12 @@ M: Jagan Teki S: Maintained F: configs/bananapi_m2_berry_defconfig +BANANAPI M2 PLUS H3 BOARD +M: Icenowy Zheng +M: Chen-Yu Tsai +S: Maintained +F: configs/bananapi_m2_plus_h3_defconfig + BANANAPI M2 ULTRA BOARD M: Chen-Yu Tsai S: Maintained @@ -418,11 +424,6 @@ S: Maintained F: configs/Sinlinx_SinA33_defconfig W: http://linux-sunxi.org/Sinlinx_SinA33 -SINOVOIP BPI M2 PLUS H3 BOARD -M: Icenowy Zheng -S: Maintained -F: configs/Sinovoip_BPI_M2_Plus_defconfig - SINOVOIP BPI M3 A83T BOARD M: VishnuPatekar S: Maintained diff --git a/configs/Sinovoip_BPI_M2_Plus_defconfig b/configs/bananapi_m2_plus_h3_defconfig similarity index 100% rename from configs/Sinovoip_BPI_M2_Plus_defconfig rename to configs/bananapi_m2_plus_h3_defconfig