aboutsummaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2021-01-20 20:10:56 -0700
committerTom Rini <trini@konsulko.com>2021-03-12 17:41:35 -0500
commit9586a481731c67997a09162dd41579dbc8c35db6 (patch)
tree871d41026d5fbb14e08d63674a98fe1869374a58 /cmd
parent7bd06587decafabb56f68de3ae87adb4c49ca8db (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>
Diffstat (limited to 'cmd')
-rw-r--r--cmd/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig
index 4defbd9cf9..400133f8de 100644
--- a/cmd/Kconfig
+++ b/cmd/Kconfig
@@ -2027,7 +2027,6 @@ config CMD_TPM_V1
config CMD_TPM_V2
bool
- select CMD_LOG
config CMD_TPM
bool "Enable the 'tpm' command"