
Hi Heiko,
On 23 August 2015 at 22:50, Heiko Schocher hs@denx.de wrote:
Hello Simon,
Am 23.08.2015 um 02:31 schrieb Simon Glass:
This is not used anymore by any board so drop it.
Signed-off-by: Simon Glass sjg@chromium.org Acked-by: Christophe Ricard christophe-h.ricard@st.com
Changes in v2: None
drivers/tpm/tpm.c | 108 ++-------------------------------------------- drivers/tpm/tpm_private.h | 4 +- drivers/tpm/tpm_tis_i2c.c | 74 +------------------------------ 3 files changed, 7 insertions(+), 179 deletions(-)
Thanks for your work! Nitpick ...
$ grep -lr CONFIG_TPM_TIS_I2C include/configs/ include/configs/exynos5-common.h
So I miss the removal of this define there and maybe remove it in drivers/tpm/Makefile ...
Beside of this ...
Reviewed-by: Heiko Schocher hs@denx.de
The driver still exists though - I am just removing part of the code. Or do I misunderstand what you are getting at?
[snip]
Regards, Simon