tpm: Fix autostart for TPM1.2 devices
authorIlias Apalodimas <ilias.apalodimas@linaro.org>
Fri, 8 Sep 2023 20:37:22 +0000 (23:37 +0300)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sat, 9 Sep 2023 04:12:47 +0000 (06:12 +0200)
commitedce82c8228d3056a5075c460ffa9d600cf88e6d
tree099b927b9668472d6c64eae0563ca5f3d8247426
parent323e91a1832b7f10e8966b2fd43b71cf27abefa7
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>
cmd/tpm-v1.c