See patch.

-- 
coresystems GmbH • Brahmsstr. 16 • D-79104 Freiburg i. Br.
      Tel.: +49 761 7668825 • Fax: +49 761 7664613
Email: [email protected]http://www.coresystems.de/
Registergericht: Amtsgericht Freiburg • HRB 7656
Geschäftsführer: Stefan Reinauer • Ust-IdNr.: DE245674866

Look at the return value of wait_82802ab()

Signed-off-by: Stefan Reinauer <[email protected]>

Index: sst49lfxxxc.c
===================================================================
--- sst49lfxxxc.c       (revision 993)
+++ sst49lfxxxc.c       (working copy)
@@ -84,6 +84,7 @@
        chip_writeb(0xD0, bios + address);
 
        status = wait_82802ab(bios);
+       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

Reply via email to