
31 Aug
2015
31 Aug
'15
12:43 a.m.
On 22 August 2015 at 18:31, Simon Glass sjg@chromium.org wrote:
There are too many structures storing the same sort of information. Move the fields from struct tpm into struct tpm_chip and remove the former struct.
Signed-off-by: Simon Glass sjg@chromium.org
Changes in v2: None
drivers/tpm/tpm_tis_i2c.c | 24 +++++++++--------------- drivers/tpm/tpm_tis_i2c.h | 1 + 2 files changed, 10 insertions(+), 15 deletions(-)
Applied to u-boot-dm.