tpm: Don't select LOG
authorSimon Glass <sjg@chromium.org>
Thu, 21 Jan 2021 03:10:56 +0000 (20:10 -0700)
committerTom Rini <trini@konsulko.com>
Fri, 12 Mar 2021 22:41:35 +0000 (17:41 -0500)
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>
cmd/Kconfig

index 4defbd9..400133f 100644 (file)
@@ -2027,7 +2027,6 @@ config CMD_TPM_V1
 
 config CMD_TPM_V2
        bool
-       select CMD_LOG
 
 config CMD_TPM
        bool "Enable the 'tpm' command"