diff mbox series

[v2,5/6] tpm: Don't select LOG

Message ID 20210121031057.559301-6-sjg@chromium.org
State Accepted
Commit 9586a481731c67997a09162dd41579dbc8c35db6
Delegated to: Tom Rini
Headers show
Series log: Allow multiple lines and conversion to printf() | expand

Commit Message

Simon Glass Jan. 21, 2021, 3:10 a.m. UTC
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>
---

(no changes since v1)

 cmd/Kconfig | 1 -
 1 file changed, 1 deletion(-)

Comments

Tom Rini March 15, 2021, 3:52 p.m. UTC | #1
On Wed, Jan 20, 2021 at 08:10:56PM -0700, Simon Glass wrote:

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

Applied to u-boot/next, thanks!
diff mbox series

Patch

diff --git a/cmd/Kconfig b/cmd/Kconfig
index 0625ee4050f..7097cc1a145 100644
--- a/cmd/Kconfig
+++ b/cmd/Kconfig
@@ -2025,7 +2025,6 @@  config CMD_TPM_V1
 
 config CMD_TPM_V2
 	bool
-	select CMD_LOG
 
 config CMD_TPM
 	bool "Enable the 'tpm' command"