summaryrefslogtreecommitdiffstats
path: root/serprog.c
diff options
context:
space:
mode:
authorStefan Tauner <stefan.tauner@alumni.tuwien.ac.at>2016-01-23 16:16:49 +0000
committerStefan Tauner <stefan.tauner@alumni.tuwien.ac.at>2016-01-23 16:16:49 +0000
commit124b7837d9c46cbc4c7c444f5d63a96d0d3b3f86 (patch)
tree2d62c23191801afaecbf98925effb8b8c7a44ab6 /serprog.c
parent41a940c641a7ddba77d04c93e01280d20a3a354a (diff)
downloadflashrom-124b7837d9c46cbc4c7c444f5d63a96d0d3b3f86.zip
flashrom-124b7837d9c46cbc4c7c444f5d63a96d0d3b3f86.tar.gz
Add a bunch of new/tested stuff and various small changes 24
Tested mainboards: OK: - ASRock G31M-GS Binary file (standard input) matches Corresponding to flashrom svn r1917.
Diffstat (limited to 'serprog.c')
-rw-r--r--serprog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/serprog.c b/serprog.c
index 981798f..98aac83 100644
--- a/serprog.c
+++ b/serprog.c
@@ -232,7 +232,7 @@ static int sp_docommand(uint8_t command, uint32_t parmlen,
if (c == S_NAK)
return 1;
if (c != S_ACK) {
- msg_perr("Error: invalid response 0x%02X from device\n", c);
+ msg_perr("Error: invalid response 0x%02X from device (to command 0x%02X)\n", c, command);
return 1;
}
if (retlen) {
OpenPOWER on IntegriCloud