aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--flashchips.c8
-rw-r--r--flashchips.h6
2 files changed, 7 insertions, 7 deletions
diff --git a/flashchips.c b/flashchips.c
index 5b328f8a..7a8e8572 100644
--- a/flashchips.c
+++ b/flashchips.c
@@ -3481,11 +3481,11 @@ const struct flashchip flashchips[] = {
},
{
- .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,
diff --git a/flashchips.h b/flashchips.h
index 2ad09df7..4e155d35 100644
--- a/flashchips.h
+++ b/flashchips.h
@@ -208,9 +208,9 @@
#define ATMEL_AT49F080 0x23
#define ATMEL_AT49F080T 0x27
-/* Boya Microelectronics Inc.*/
-#define BOYA_ID 0x68
-#define BOYA_BY25Q128AS 0x4018
+/* Boya/BoHong Microelectronics Inc. */
+#define BOYA_BOHONG_ID 0x68
+#define BOYA_BOHONG_B_25Q128AS 0x4018
/* Bright Microelectronics has the same manufacturer ID as Hyundai... */
#define BRIGHT_ID 0xAD /* Bright Microelectronics */