Author: hailfinger Date: Mon Mar 7 16:32:58 2011 New Revision: 1277 URL: http://flashrom.org/trac/flashrom/changeset/1277
Log: Fix broken compilation caused by a typo in r1275. Signed-off-by: Idwer Vollering <[email protected]> Acked-by: Idwer Vollering <[email protected]> Modified: trunk/flashchips.c Modified: trunk/flashchips.c ============================================================================== --- trunk/flashchips.c Mon Mar 7 11:59:06 2011 (r1276) +++ trunk/flashchips.c Mon Mar 7 16:32:58 2011 (r1277) @@ -5567,7 +5567,7 @@ .total_size = 64, .page_size = 4096, .feature_bits = FEATURE_EITHER_RESET, - .tested = TEST_PREW, + .tested = TEST_OK_PREW, .probe = probe_jedec, .probe_timing = 1, /* 150 ns */ .block_erasers = _______________________________________________ flashrom mailing list [email protected] http://www.flashrom.org/mailman/listinfo/flashrom
