[coreboot] r3892 - trunk/util/flashrom

svn at coreboot.org svn at coreboot.org
Sat Jan 24 02:32:40 CET 2009


Author: stuge
Date: 2009-01-24 02:32:40 +0100 (Sat, 24 Jan 2009)
New Revision: 3892

Modified:
   trunk/util/flashrom/flashchips.c
Log:
flashrom: SST25VF080B TEST_OK_PROBE

Report by Scaldov M.V. Thanks!

Signed-off-by: Peter Stuge <peter at stuge.se>
Acked-by: Peter Stuge <peter at stuge.se>


Modified: trunk/util/flashrom/flashchips.c
===================================================================
--- trunk/util/flashrom/flashchips.c	2009-01-23 22:16:13 UTC (rev 3891)
+++ trunk/util/flashrom/flashchips.c	2009-01-24 01:32:40 UTC (rev 3892)
@@ -1107,7 +1107,7 @@
 		.model_id	= SST_25VF080B,
 		.total_size	= 1024,
 		.page_size	= 256,
-		.tested		= TEST_UNTESTED,
+		.tested		= TEST_OK_PROBE,
 		.probe		= probe_spi_rdid,
 		.erase		= spi_chip_erase_60_c7,
 		.write		= spi_chip_write,





More information about the coreboot mailing list