commit | 2c30af8f1861f09f217097460bfbea5ea691f8b8 | [log] [tgz] |
---|---|---|
author | Che-Liang Chiou <clchiou@chromium.org> | Sun Nov 10 10:27:08 2013 -0700 |
committer | Simon Glass <sjg@chromium.org> | Wed Jan 08 17:26:17 2014 -0700 |
tree | 040622b8a6ad981c257d43fc397a2a27f4450e99 | |
parent | b88eb329ce45c0c0f5471c8624f47bac35dd466e [diff] |
sandbox: tpm: Fix nvwrite command The original codes misused recvbuf in source buffer instead of sendbuf, and read from incorrect offset 14 instead of 22. Signed-off-by: Che-Liang Chiou <clchiou@chromium.org> Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Simon Glass <sjg@chromium.org> Tested-by: Che-Liang Chiou <clchiou@chromium.org>