[flashrom] [PATCH] Don't ignore wait_82802ab() return value

Stefan Reinauer stefan.reinauer at coresystems.de
Fri May 14 14:48:17 CEST 2010


On 4/16/10 6:21 PM, Stefan Reinauer wrote:
> Look at the return value of wait_82802ab()
>
> Signed-off-by: Stefan Reinauer <stepan at coresystems.de>
>
> 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");
>   
ping? :-)





More information about the flashrom mailing list