[PATCH v2 5/6] tpm: Don't select LOG
Simon Glass
sjg at chromium.org
Thu Jan 21 04:10:56 CET 2021
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 at chromium.org>
---
(no changes since v1)
cmd/Kconfig | 1 -
1 file changed, 1 deletion(-)
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"
--
2.30.0.296.g2bfb1c46d8-goog
More information about the U-Boot
mailing list