]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - drivers/tpm/tpm_tis_sandbox.c
tpm: Convert drivers to use SPDX
[karo-tx-uboot.git] / drivers / tpm / tpm_tis_sandbox.c
index 80cf734f1c232cb15b3a2144d6d63e192ae35ff7..ed4b0391278307c77ffefcd6f7464b30527149d6 100644 (file)
@@ -190,9 +190,7 @@ int tis_sendrecv(const u8 *sendbuf, size_t send_size,
                if (seq < 0)
                        return -1;
                printf("tpm: nvwrite index=%#02x, len=%#02x\n", index, length);
-               memcpy(&tpm->nvdata[seq],
-                      recvbuf + TPM_RESPONSE_HEADER_LENGTH + sizeof(uint32_t),
-                      length);
+               memcpy(&tpm->nvdata[seq], sendbuf + 22, length);
                *recv_len = 12;
                memset(recvbuf, '\0', *recv_len);
                break;