Re: [U-Boot] [PATCH 18/25] tpm: Report tpm errors on the command line

2015-08-11 Thread christophe.ricard
Hi Simon, Good one ! Acked-by: Christophe Ricard christophe-h.ric...@st.com Best Regards Christophe On 11/08/2015 16:48, Simon Glass wrote: When a 'tpm' command fails, we set the return code but give no indication of failure. This can be confusing. Add an error message when any tpm command

[U-Boot] [PATCH 18/25] tpm: Report tpm errors on the command line

2015-08-11 Thread Simon Glass
When a 'tpm' command fails, we set the return code but give no indication of failure. This can be confusing. Add an error message when any tpm command fails. Signed-off-by: Simon Glass s...@chromium.org --- common/cmd_tpm.c | 46 -- 1 file changed,