Re: [U-Boot] [PATCH 07/14] sandbox: Move CONFIG_TPM_TIS_SANDBOX to Kconfig

2015-04-08 Thread Simon Glass
On 6 March 2015 at 13:19, Simon Glass wrote: > Move this over to Kconfig and tidy up. > > Signed-off-by: Simon Glass > --- > > configs/sandbox_defconfig | 1 + > drivers/tpm/Kconfig | 7 +++ > include/configs/sandbox.h | 4 > 3 files changed, 8 insertions(+), 4 deletions(-) Appli

[U-Boot] [PATCH 07/14] sandbox: Move CONFIG_TPM_TIS_SANDBOX to Kconfig

2015-03-07 Thread Simon Glass
Move this over to Kconfig and tidy up. Signed-off-by: Simon Glass --- configs/sandbox_defconfig | 1 + drivers/tpm/Kconfig | 7 +++ include/configs/sandbox.h | 4 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig