projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6080170
)
tpmv2: Make it select CMD_LOG
author
Tom Rini
<trini@konsulko.com>
Sat, 28 Jul 2018 13:20:12 +0000
(09:20 -0400)
committer
Tom Rini
<trini@konsulko.com>
Mon, 30 Jul 2018 11:18:49 +0000
(07:18 -0400)
The TPMv2 code requires the log functionality, so select it.
Signed-off-by: Tom Rini <trini@konsulko.com>
cmd/Kconfig
patch
|
blob
|
history
diff --git
a/cmd/Kconfig
b/cmd/Kconfig
index 6a471020f84414193a6674fdfd19c991a659a726..ef43ed8dda4555fca12e16223fae2ff6c8bcf1db 100644
(file)
--- 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"