From 461a1d5a04eeac3cb6df7e28a95b8633c6c7cffc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0tetiar?= Date: Wed, 25 Mar 2020 12:55:45 +0100 Subject: [PATCH] uboot-sunxi: rename Sinovoip BPI M2 Plus to Bananapi M2 Plus H3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Rename the board as done in upstream commit 268ae6548779 ("sunxi: Rename Sinovoip BPI M2 Plus to Bananapi M2 Plus H3") which backs the rename with the following reasoning: 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. This has to be done in order to allow building U-Boot past v2019.04 release where this change was introduced. Ref: https://github.com/openwrt/openwrt/pull/2849#discussion_r396401489 Suggested-by: Pawel Dembicki Signed-off-by: Petr Štetiar --- package/boot/uboot-sunxi/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package/boot/uboot-sunxi/Makefile b/package/boot/uboot-sunxi/Makefile index 9bb61b1417..bdbefecf01 100644 --- a/package/boot/uboot-sunxi/Makefile +++ b/package/boot/uboot-sunxi/Makefile @@ -222,9 +222,9 @@ define U-Boot/pine64_plus UENV:=a64 endef -define U-Boot/Sinovoip_BPI_M2_Plus +define U-Boot/bananapi_m2_plus_h3 BUILD_SUBTARGET:=cortexa7 - NAME:=Bananapi M2 Plus + NAME:=Bananapi M2 Plus H3 BUILD_DEVICES:=sinovoip_bananapi-m2-plus endef @@ -266,6 +266,7 @@ UBOOT_TARGETS := \ A20-OLinuXino-Lime2 \ A20-OLinuXino-Lime2-eMMC \ A20-OLinuXino_MICRO \ + bananapi_m2_plus_h3 \ Bananapi \ Bananapi_M2_Ultra \ Bananapro \ @@ -294,7 +295,6 @@ UBOOT_TARGETS := \ orangepi_pc2 \ pangolin \ pine64_plus \ - Sinovoip_BPI_M2_Plus \ sopine_baseboard \ orangepi_zero_plus