Re: [PATCH v2 1/6] cmd: tpm-v1: fix compile error in TPMv1 list resources command

2021-11-24 Thread Simon Glass
On Wed, 10 Nov 2021 at 21:06, Mathew McBride wrote: > > This command is not compiled by default and was not > updated to pass the udevice to tpm_get_capability. > > Signed-off-by: Mathew McBride > Reviewed-by: Ilias Apalodimas > --- > cmd/tpm-v1.c | 7 ++- > 1 file changed, 6 insertions(+),

[PATCH v2 1/6] cmd: tpm-v1: fix compile error in TPMv1 list resources command

2021-11-10 Thread Mathew McBride
This command is not compiled by default and was not updated to pass the udevice to tpm_get_capability. Signed-off-by: Mathew McBride Reviewed-by: Ilias Apalodimas --- cmd/tpm-v1.c | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/cmd/tpm-v1.c b/cmd/tpm-v1.c index 3a7e35d