From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Sun, 26 Mar 2017 20:27:23 -0600 Subject: [U-Boot] [PATCH 2/3] cmd: tpm: Fix flush command In-Reply-To: References: <20170320092830.3040-1-mario.six@gdsys.cc> <20170320092830.3040-3-mario.six@gdsys.cc> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 was accidentially used to generate the >> patch, resulting in a non-functional command. >> >> This patch fixes the flush command. >> >> Signed-off-by: Mario Six >> --- >> cmd/tpm.c | 37 +++++++++++++++++++++++-------------- >> 1 file changed, 23 insertions(+), 14 deletions(-) > > Reviewed-by: Simon Glass Applied to u-boot-dm, thanks!