diff options
Diffstat (limited to 'src/usr/secureboot/trusted/trustedbootUtils.C')
-rw-r--r-- | src/usr/secureboot/trusted/trustedbootUtils.C | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/usr/secureboot/trusted/trustedbootUtils.C b/src/usr/secureboot/trusted/trustedbootUtils.C index 5f140382c..90915030d 100644 --- a/src/usr/secureboot/trusted/trustedbootUtils.C +++ b/src/usr/secureboot/trusted/trustedbootUtils.C @@ -63,12 +63,11 @@ errlHndl_t tpmTransmit(TpmTarget * io_target, do { // Send to the TPM - err = deviceRead(io_target->nodeTarget, + err = deviceRead(io_target->tpmTarget, io_buffer, i_bufsize, - DEVICE_TPM_ADDRESS( io_target->chip, - TPMDD::TPM_OP_TRANSMIT, - i_cmdSize)); + DEVICE_TPM_ADDRESS(TPMDD::TPM_OP_TRANSMIT, + i_cmdSize)); if (NULL != err) { break; |