From 9586a481731c67997a09162dd41579dbc8c35db6 Mon Sep 17 00:00:00 2001
From: Simon Glass <sjg@chromium.org>
Date: Wed, 20 Jan 2021 20:10:56 -0700
Subject: [PATCH] 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>
---
 cmd/Kconfig | 1 -
 1 file changed, 1 deletion(-)

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