diff options
| author | Simon Glass <[email protected]> | 2021-01-20 20:10:56 -0700 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2021-03-12 17:41:35 -0500 |
| commit | 9586a481731c67997a09162dd41579dbc8c35db6 (patch) | |
| tree | 871d41026d5fbb14e08d63674a98fe1869374a58 /cmd | |
| parent | 7bd06587decafabb56f68de3ae87adb4c49ca8db (diff) | |
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 <[email protected]>
Diffstat (limited to 'cmd')
| -rw-r--r-- | cmd/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig index 4defbd9cf9c..400133f8de9 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" |
