1
0
mirror of https://review.coreboot.org/flashrom.git synced 2025-04-27 23:22:37 +02:00

SST25VF080B TEST_OK_ ERASE WRITE

As reported by A. Spamlover. Thanks!

Corresponding to flashrom svn r461.

Signed-off-by: Peter Stuge <peter@stuge.se>
Acked-by: Peter Stuge <peter@stuge.se>
This commit is contained in:
Peter Stuge 2009-05-05 16:34:53 +00:00
parent 87c07933a8
commit e612a11ab7

View File

@ -1204,7 +1204,7 @@ struct flashchip flashchips[] = {
.model_id = SST_25VF080B,
.total_size = 1024,
.page_size = 256,
.tested = TEST_OK_PR,
.tested = TEST_OK_PREW,
.probe = probe_spi_rdid,
.erase = spi_chip_erase_60_c7,
.write = spi_chip_write,