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

2021-11-04 Thread Ilias Apalodimas
Hi Mathew, On Thu, 4 Nov 2021 at 03:14, 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 > --- > cmd/tpm-v1.c | 7 ++- > 1 file changed, 6 insertions(+), 1 deletion(-) > > dif

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

2021-11-03 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 --- 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 3a7e35d525..55f2aeff46 100644 --- a/cm