sandbox: tpm: Allow debugging of data packages
authorSimon Glass <sjg@chromium.org>
Tue, 6 Nov 2018 22:21:23 +0000 (15:21 -0700)
committerSimon Glass <sjg@chromium.org>
Wed, 21 Nov 2018 02:14:22 +0000 (19:14 -0700)
commit04488c4d15189a05674962eba890396b498731cc
tree33e3588ae333135cd60b98dccea3d4186cd4df33
parent72ef8bfd6dd83412577f9c5da8a5b6bec5c22182
sandbox: tpm: Allow debugging of data packages

This is not normally useful, so change the code to avoid writing out every
data package. This can be enabled with #define DEBUG.

Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/tpm/tpm_tis_sandbox.c