Re: [flashrom] [PATCH] Print FWH chip status only if something is wrong
June 19, 2011
9:01 p.m.
On Sun, 19 Jun 2011 22:49:15 +0200 Michael Karcher <flashrom@mkarcher.dialup.fu-berlin.de> wrote:
This is especially important for the SST FWH compatible chips with 4K sector size, where status printing for that small size was omitted up to r1347.
Signed-off-by: Michael Karcher <flashrom@mkarcher.dialup.fu-berlin.de> --- - print_status_82802ab(status); + if (status != 0x80) /* Ready, no error bits */ + print_status_82802ab(status);
for my mind the comments are inverted. -- Kind regards/Mit freundlichen Grüßen, Stefan Tauner
5380
Age (days ago)
5380
Last active (days ago)
0 comments
1 participants
participants (1)
-
Stefan Tauner