aboutsummaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2018-07-28 09:20:12 -0400
committerTom Rini <trini@konsulko.com>2018-07-30 07:18:49 -0400
commit3a8c8bffd767abb350010f3892c0029c54cef725 (patch)
treeec744da7e53715e7b4b7eff48c23783f445ea26c /cmd
parent608017026571ea7ac29e5da200efeac71fb42d57 (diff)
downloadu-boot-3a8c8bffd767abb350010f3892c0029c54cef725.zip
u-boot-3a8c8bffd767abb350010f3892c0029c54cef725.tar.gz
u-boot-3a8c8bffd767abb350010f3892c0029c54cef725.tar.bz2
tpmv2: Make it select CMD_LOG
The TPMv2 code requires the log functionality, so select it. Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'cmd')
-rw-r--r--cmd/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig
index 6a47102..ef43ed8 100644
--- a/cmd/Kconfig
+++ b/cmd/Kconfig
@@ -1544,6 +1544,7 @@ config CMD_TPM_V1
config CMD_TPM_V2
bool
+ select CMD_LOG
config CMD_TPM
bool "Enable the 'tpm' command"