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>
This commit is contained in:
Simon Glass 2021-01-20 20:10:56 -07:00 committed by Tom Rini
parent 7bd06587de
commit 9586a48173
1 changed files with 0 additions and 1 deletions

View 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"