]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
tpm: Don't select LOG
authorSimon Glass <sjg@chromium.org>
Thu, 21 Jan 2021 03:10:56 +0000 (20:10 -0700)
committerTom Rini <trini@konsulko.com>
Fri, 12 Mar 2021 22:41:35 +0000 (17:41 -0500)
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

index 4defbd9cf9cfe9d091484afc04ebdaa21e237b1d..400133f8de98c21f5c28e5740e46bc4b08ab2585 100644 (file)
@@ -2027,7 +2027,6 @@ config CMD_TPM_V1
 
 config CMD_TPM_V2
        bool
-       select CMD_LOG
 
 config CMD_TPM
        bool "Enable the 'tpm' command"