summaryrefslogtreecommitdiff
path: root/chip/ish
diff options
context:
space:
mode:
authorNamyoon Woo <namyoon@chromium.org>2018-11-16 08:55:26 -0800
committerchrome-bot <chrome-bot@chromium.org>2018-11-19 19:13:58 -0800
commita253f5c60a32f7a82d57a1ed07983925e1e2c8bc (patch)
tree794c7685995e159872748f7f351501ba90fffc22 /chip/ish
parent60889b39721498a234cf54bb592e15ce6f59beaf (diff)
downloadchrome-ec-a253f5c60a32f7a82d57a1ed07983925e1e2c8bc.tar.gz
gsctool: fix in setting '--tpm_mode'.
b:119626285 reported the problem with '--tpm_mode'. $ gsctool -a --tpm_mode Unrecognized option: -m $ gsctool -a --tpm_mode enable TPM Mode: enabled (0) $ gsctool -a --tpm_mode disable TPM Mode: enabled (0) "tpm_mode" long opt should have 'has_arg' set to 'optional_argumenet', not 'required_argument'. Before this CL, --tpm_mode worked in a wrong way as reported in BRANCH=none BUG=b:119626285 TEST=manually and with autotest (crrev.com/c/1340640) as well. $ gsctool -a --tpm_mode TPM Mode: enabled (0) $ gsctool -a --tpm_mode enable TPM Mode: enabled (1) $ gsctool -a --tpm_mode disable TPM Mode: disabled (2) Change-Id: Ie11852925a21a3a3b8d9dda6092eac5040f1cd5c Signed-off-by: Namyoon Woo <namyoon@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/1340642 Reviewed-by: Vadim Bendebury <vbendeb@chromium.org>
Diffstat (limited to 'chip/ish')
0 files changed, 0 insertions, 0 deletions