Author: uwe Date: Sun Jun 19 19:09:49 2011 New Revision: 1347 URL: http://flashrom.org/trac/flashrom/changeset/1347
Log: Look at the return value of wait_82802ab(). Signed-off-by: Stefan Reinauer <[email protected]> Acked-by: Uwe Hermann <[email protected]> Modified: trunk/sst49lfxxxc.c Modified: trunk/sst49lfxxxc.c ============================================================================== --- trunk/sst49lfxxxc.c Sun Jun 19 18:52:48 2011 (r1346) +++ trunk/sst49lfxxxc.c Sun Jun 19 19:09:49 2011 (r1347) @@ -68,6 +68,7 @@ chip_writeb(0xD0, bios + address); status = wait_82802ab(flash); + print_status_82802ab(status); if (check_erased_range(flash, address, sector_size)) { msg_cerr("ERASE FAILED!\n"); _______________________________________________ flashrom mailing list [email protected] http://www.flashrom.org/mailman/listinfo/flashrom
