flashrom: SST25VF080B TEST_OK_PROBE
Report by Scaldov M.V. Thanks! Signed-off-by: Peter Stuge <peter@stuge.se> Acked-by: Peter Stuge <peter@stuge.se> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3892 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
cab81c03eb
commit
6f77eeb036
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue