commit | c43c6e7b2a27999132c9669c075373ada1b9c5fe | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Jan 20 20:10:56 2021 -0700 |
committer | Tom Rini <trini@konsulko.com> | Fri Mar 12 17:41:35 2021 -0500 |
tree | 871d41026d5fbb14e08d63674a98fe1869374a58 | |
parent | b2faaccbc9917b02a9a2daf904481ccae2b4b690 [diff] |
tpm: Don't select LOG We don't need to enable logging to run this command since the output will still appear. Drop the 'select'. Signed-off-by: Simon Glass <sjg@chromium.org>
diff --git a/cmd/Kconfig b/cmd/Kconfig index 4defbd9..400133f 100644 --- a/cmd/Kconfig +++ b/cmd/Kconfig
@@ -2027,7 +2027,6 @@ config CMD_TPM_V2 bool - select CMD_LOG config CMD_TPM bool "Enable the 'tpm' command"