At present the tpm can only be used in U-Boot proper. Updated it to work in SPL and TPL also. Signed-off-by: Simon Glass <sjg at chromium.org> --- drivers/tpm/Makefile | 2 +- lib/Kconfig | 22 ++++++++++++++++++++++ lib/Makefile | 10 +++++++--- 3 files changed, 30 insertions(+), 4 deletions(-) Applied to u-boot-dm