flashchips: Adapt IDs for Boya Microelectronics

Looks like BoHong Microelectronics has the same vendor ID and makes very
similar chips. For instance, Boya BY25Q128AS and BoHong BH25Q128AS have
the same specifications and their datasheets are mostly identical.

Change-Id: I8d6951797daeeecca6af200c995297c0394adefd
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Original-Reviewed-on: https://review.coreboot.org/c/flashrom/+/52550
Original-Reviewed-by: Nico Huber <nico.h@gmx.de>
Reviewed-on: https://review.coreboot.org/c/flashrom-stable/+/70951
Reviewed-by: Nico Huber <nico.h@gmx.de>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
diff --git a/flashchips.c b/flashchips.c
index dd8189a..ff679a3 100644
--- a/flashchips.c
+++ b/flashchips.c
@@ -3443,11 +3443,11 @@
 	},
 
 	{
-		.vendor		= "Boya Microelectronics",
-		.name		= "BY25Q128AS",
+		.vendor		= "Boya/BoHong Microelectronics",
+		.name		= "B.25Q128AS",
 		.bustype	= BUS_SPI,
-		.manufacture_id	= BOYA_ID,
-		.model_id	= BOYA_BY25Q128AS,
+		.manufacture_id	= BOYA_BOHONG_ID,
+		.model_id	= BOYA_BOHONG_B_25Q128AS,
 		.total_size	= 16384,
 		.page_size	= 256,
 		.feature_bits	= FEATURE_WRSR_WREN | FEATURE_OTP | FEATURE_QPI,