]> git.sur5r.net Git - u-boot/commit
cmd: tpm: Fix flush command
authormario.six@gdsys.cc <mario.six@gdsys.cc>
Mon, 20 Mar 2017 09:28:29 +0000 (10:28 +0100)
committerSimon Glass <sjg@chromium.org>
Sun, 26 Mar 2017 19:22:58 +0000 (13:22 -0600)
commit1c08b210a8a7b20edc6620b62a5b9f886fff9eb7
tree6e3207012a75817e07135ebd5d1fae186c2b44cb
parent0f4b2ba1762d74c0b5520d99a58796d6ca78abf0
cmd: tpm: Fix flush command

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 <mario.six@gdsys.cc>
Reviewed-by: Simon Glass <sjg@chromium.org>
cmd/tpm.c