From e8a648d14367a1bb50f056805ce92c3dff97c159 Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Sun, 19 Jun 2011 17:09:49 +0000 Subject: Look at the return value of wait_82802ab() Corresponding to flashrom svn r1347. Signed-off-by: Stefan Reinauer Acked-by: Uwe Hermann --- sst49lfxxxc.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sst49lfxxxc.c') diff --git a/sst49lfxxxc.c b/sst49lfxxxc.c index 046b9f3..392d7a8 100644 --- a/sst49lfxxxc.c +++ b/sst49lfxxxc.c @@ -68,6 +68,7 @@ int erase_sector_49lfxxxc(struct flashchip *flash, unsigned int address, unsigne 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"); -- cgit v1.1