Commit e8a648d1 authored by Stefan Reinauer's avatar Stefan Reinauer Committed by Uwe Hermann
Browse files

Look at the return value of wait_82802ab()


Corresponding to flashrom svn r1347.
Signed-off-by: default avatarStefan Reinauer <stepan@coresystems.de>
Acked-by: default avatarUwe Hermann <uwe@hermann-uwe.de>
parent 1d233075
......@@ -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");
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment