1
0
mirror of https://review.coreboot.org/flashrom.git synced 2025-04-29 16:03:47 +02:00

SST25VF080B TEST_OK_PROBE

Report by Scaldov M.V. Thanks!

Corresponding to flashrom svn r387 and coreboot v2 svn r3892.

Signed-off-by: Peter Stuge <peter@stuge.se>
Acked-by: Peter Stuge <peter@stuge.se>
This commit is contained in:
Peter Stuge 2009-01-24 01:32:40 +00:00
parent ccf8c6c794
commit 51f4062ff4

View File

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