Re: [PATCH v2 5/6] tpm: Don't select LOG

2021-03-15 Thread Tom Rini
On Wed, Jan 20, 2021 at 08:10:56PM -0700, Simon Glass wrote: > We don't need to enable logging to run this command since the output will > still appear. Drop the 'select'. > > Signed-off-by: Simon Glass Applied to u-boot/next, thanks! -- Tom signature.asc Description: PGP signature

[PATCH v2 5/6] tpm: Don't select LOG

2021-01-20 Thread Simon Glass
We don't need to enable logging to run this command since the output will still appear. Drop the 'select'. Signed-off-by: Simon Glass --- (no changes since v1) cmd/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/cmd/Kconfig b/cmd/Kconfig index 0625ee4050f..7097cc1a145 100644 --- a/c