[coreboot] [flashrom] r461 - trunk
svn at coreboot.org
svn at coreboot.org
Tue May 5 18:34:54 CEST 2009
Author: stuge
Date: 2009-05-05 18:34:53 +0200 (Tue, 05 May 2009)
New Revision: 461
Modified:
trunk/flashchips.c
Log:
SST25VF080B TEST_OK_ ERASE WRITE
As reported by A. Spamlover. Thanks!
Signed-off-by: Peter Stuge <peter at stuge.se>
Acked-by: Peter Stuge <peter at stuge.se>
Modified: trunk/flashchips.c
===================================================================
--- trunk/flashchips.c 2009-05-05 16:15:46 UTC (rev 460)
+++ trunk/flashchips.c 2009-05-05 16:34:53 UTC (rev 461)
@@ -1204,7 +1204,7 @@
.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,
More information about the coreboot
mailing list