commit | d297e085e0b1bb5fc33bbb7b56a94b96ea475096 | [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 | 0aa6349c14f0bdd30445783f0f9bc74edaa9b01b [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>