Author: hailfinger Date: Sat Feb 13 20:22:11 2010 New Revision: 901 URL: http://flashrom.org/trac/coreboot/changeset/901
Log: Kill an erroneous .erase introduced in r900. Signed-off-by: Carl-Daniel Hailfinger <[email protected]> Acked-by: Carl-Daniel Hailfinger <[email protected]> Modified: trunk/flashchips.c Modified: trunk/flashchips.c ============================================================================== --- trunk/flashchips.c Sat Feb 13 19:41:53 2010 (r900) +++ trunk/flashchips.c Sat Feb 13 20:22:11 2010 (r901) @@ -2342,7 +2342,6 @@ .tested = TEST_UNTESTED, .probe = probe_82802ab, .probe_timing = TIMING_ZERO, /* Datasheet has no timing info specified */ - .erase = NULL, .block_erasers = { { _______________________________________________ flashrom mailing list [email protected] http://www.flashrom.org/mailman/listinfo/flashrom
