diff options
author | Tom Rini <trini@konsulko.com> | 2018-07-28 09:20:12 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-07-30 07:18:49 -0400 |
commit | 3a8c8bffd767abb350010f3892c0029c54cef725 (patch) | |
tree | ec744da7e53715e7b4b7eff48c23783f445ea26c /cmd | |
parent | 608017026571ea7ac29e5da200efeac71fb42d57 (diff) | |
download | u-boot-3a8c8bffd767abb350010f3892c0029c54cef725.tar.gz |
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/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig index 6a471020f8..ef43ed8dda 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" |