From: Simon Glass <sjg@chromium.org>
Date: Thu, 21 Jan 2021 03:10:56 +0000 (-0700)
Subject: tpm: Don't select LOG
X-Git-Tag: v2025.01-rc5-pxa1908~1941^2~9^2~9
X-Git-Url: http://git.dujemihanovic.xyz/img/static//%22brlog.php?a=commitdiff_plain;h=9586a481731c67997a09162dd41579dbc8c35db6;p=u-boot.git

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