Re: [U-Boot] [PATCH] tpmv2: Make it select CMD_LOG

2018-07-30 Thread Tom Rini
On Sat, Jul 28, 2018 at 09:20:42AM -0400, Tom Rini wrote: > The TPMv2 code requires the log functionality, so select it. > > Signed-off-by: Tom Rini Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature ___ U-Boot

[U-Boot] [PATCH] tpmv2: Make it select CMD_LOG

2018-07-28 Thread Tom Rini
The TPMv2 code requires the log functionality, so select it. Signed-off-by: Tom Rini --- cmd/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/Kconfig b/cmd/Kconfig index 6a471020f844..ef43ed8dda45 100644 --- a/cmd/Kconfig +++ b/cmd/Kconfig @@ -1544,6 +1544,7 @@ config CMD_TPM_V1