[coreboot] r3141 - trunk/util/flashrom

svn at coreboot.org svn at coreboot.org
Fri Mar 14 01:33:42 CET 2008


Author: hailfinger
Date: 2008-03-14 01:33:42 +0100 (Fri, 14 Mar 2008)
New Revision: 3141

Modified:
   trunk/util/flashrom/flashchips.c
Log:
Fix up one forgotten revert in r3140.

Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006 at gmx.net>
Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006 at gmx.net>


Modified: trunk/util/flashrom/flashchips.c
===================================================================
--- trunk/util/flashrom/flashchips.c	2008-03-14 00:02:25 UTC (rev 3140)
+++ trunk/util/flashrom/flashchips.c	2008-03-14 00:33:42 UTC (rev 3141)
@@ -193,9 +193,9 @@
 	{"M25P128",	ST_ID,		ST_M25P128,	16384,	256,
 	 probe_spi,	generic_spi_chip_erase_c7,	generic_spi_chip_write, generic_spi_chip_read},
 	{"82802ab",	INTEL_ID,	173,		512, 64 * 1024,
-	 probe_lhf00l04, erase_lhf00l04,	write_lhf00l04},
+	 probe_82802ab, erase_82802ab,	write_82802ab},
 	{"82802ac",	INTEL_ID,	172,		1024, 64 * 1024,
-	 probe_lhf00l04, erase_lhf00l04,	write_lhf00l04},
+	 probe_82802ab, erase_82802ab,	write_82802ab},
 	{"F49B002UA",   EMST_ID,        EMST_F49B002UA, 256, 4096,
          probe_jedec,   erase_chip_jedec, write_49f002},
 #ifndef DISABLE_DOC





More information about the coreboot mailing list