commit | 75a7203575f38fcf57583f82c5ec3e72fe0d576d | [log] [tgz] |
---|---|---|
author | Ilias Apalodimas <ilias.apalodimas@linaro.org> | Fri Sep 08 23:37:22 2023 +0300 |
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Sat Sep 09 06:12:47 2023 +0200 |
tree | 099b927b9668472d6c64eae0563ca5f3d8247426 | |
parent | 6eba2bcd67769c1ac312a7b51b2ff41eab691971 [diff] |
tpm: Fix autostart for TPM1.2 devices On commit e663b2ff4ba2("tpm: Add 'tpm autostart' shell command") an autostart function was added for both TPM1.2 and 2.0 devices. Instead of correctly wiring the autostart command for TPM1.2 devices that patch mistakenly added it on 'tpm init' Fixes: commit e663b2ff4ba2("tpm: Add 'tpm autostart' shell command") Signed-off-by: Ilias Apalodimas <ilias.apalodimas@linaro.org> Reviewed-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>