summaryrefslogtreecommitdiffstats
path: root/flashchips.c
diff options
context:
space:
mode:
Diffstat (limited to 'flashchips.c')
-rw-r--r--flashchips.c16
1 files changed, 16 insertions, 0 deletions
diff --git a/flashchips.c b/flashchips.c
index e97786fe0..2538b67e6 100644
--- a/flashchips.c
+++ b/flashchips.c
@@ -3341,6 +3341,22 @@ struct flashchip flashchips[] = {
},
{
+ .vendor = "Sanyo",
+ .name = "unknown Sanyo SPI chip",
+ .bustype = CHIP_BUSTYPE_SPI,
+ .manufacture_id = SANYO_ID,
+ .model_id = GENERIC_DEVICE_ID,
+ .total_size = 0,
+ .page_size = 256,
+ .tested = TEST_BAD_PREW,
+ .probe = probe_spi_rdid,
+ .probe_timing = TIMING_ZERO,
+ .erase = NULL,
+ .write = NULL,
+ .read = NULL,
+ },
+
+ {
.vendor = "Generic",
.name = "unknown SPI chip (RDID)",
.bustype = CHIP_BUSTYPE_SPI,