Re: [U-Boot] [PATCH 2/3] cmd: tpm: Fix flush command

2017-03-26 Thread Simon Glass
On 22 March 2017 at 07:05, Simon Glass wrote: > On 20 March 2017 at 03:28, Mario Six wrote: >> Commit 7690be35de ("lib: tpm: Add command to flush resources") added a >> command >> to flush resources from a TPM. >> >> However, a previous development version

Re: [U-Boot] [PATCH 2/3] cmd: tpm: Fix flush command

2017-03-22 Thread Simon Glass
On 20 March 2017 at 03:28, Mario Six wrote: > Commit 7690be35de ("lib: tpm: Add command to flush resources") added a command > to flush resources from a TPM. > > However, a previous development version was accidentially used to generate the > patch, resulting in a

[U-Boot] [PATCH 2/3] cmd: tpm: Fix flush command

2017-03-20 Thread Mario Six
Commit 7690be35de ("lib: tpm: Add command to flush resources") added a command to flush resources from a TPM. However, a previous development version was accidentially used to generate the patch, resulting in a non-functional command. This patch fixes the flush command. Signed-off-by: Mario Six