[coreboot] [flashrom] r458 - trunk

svn at coreboot.org svn at coreboot.org
Mon May 4 23:03:59 CEST 2009


Author: stuge
Date: 2009-05-04 23:03:59 +0200 (Mon, 04 May 2009)
New Revision: 458

Modified:
   trunk/flashchips.c
Log:
SST25VF080B TEST_OK_READ

Per report from from Henning Fleddermann. 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-04 12:29:59 UTC (rev 457)
+++ trunk/flashchips.c	2009-05-04 21:03:59 UTC (rev 458)
@@ -1204,7 +1204,7 @@
 		.model_id	= SST_25VF080B,
 		.total_size	= 1024,
 		.page_size	= 256,
-		.tested		= TEST_OK_PROBE,
+		.tested		= TEST_OK_PR,
 		.probe		= probe_spi_rdid,
 		.erase		= spi_chip_erase_60_c7,
 		.write		= spi_chip_write,





More information about the coreboot mailing list