commit | 124a7acb27a8b238b4e3722356bd5ac56dc98fb9 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Sat Jul 28 09:20:12 2018 -0400 |
committer | Tom Rini <trini@konsulko.com> | Mon Jul 30 07:18:49 2018 -0400 |
tree | ec744da7e53715e7b4b7eff48c23783f445ea26c | |
parent | f742ed365931839fa39c84f27009ce6cdbd3997f [diff] [blame] |
tpmv2: Make it select CMD_LOG The TPMv2 code requires the log functionality, so select it. Signed-off-by: Tom Rini <trini@konsulko.com>
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_V2 bool + select CMD_LOG config CMD_TPM bool "Enable the 'tpm' command"