commit | 52d309b1ee2b79682ac3e82a48268391fc09224f | [log] [tgz] |
---|---|---|
author | Christophe Ricard <christophe.ricard@gmail.com> | Tue Oct 06 22:54:43 2015 +0200 |
committer | Simon Glass <sjg@chromium.org> | Fri Oct 23 09:42:28 2015 -0600 |
tree | 981149157b60b2df47424e14a7ebdd71cefde480 | |
parent | 587bf7a7ac91b6d3c0e31631a4f3ac8aeda65b80 [diff] |
dm: tpm: Remove every compilation switch for TPM driver model As every TPM drivers support UCLASS_TPM, we can only rely on DM_TPM functions. This simplify a bit the code. Signed-off-by: Christophe Ricard <christophe-h.ricard@st.com> Reviewed-by: Tom Rini <trini@konsulko.com> Acked-by: Simon Glass <sjg@chromium.org>