Merge tag 'tpm-next-25082025' of https://source.denx.de/u-boot/custodians/u-boot...
authorTom Rini <trini@konsulko.com>
Tue, 26 Aug 2025 17:24:49 +0000 (11:24 -0600)
committerTom Rini <trini@konsulko.com>
Tue, 26 Aug 2025 17:25:11 +0000 (11:25 -0600)
commit25fd8a1bc4f203c55918026dc3ac6f3a941a0192
tree4277b1feac6a9feff12ea7d8f5f36f6d6ac44d69
parentfceb37d802b65beb4713f17e9167e7ecc4dbbe67
parent73b23838c44b152deef68b7c22d923f0ca7a563f
Merge tag 'tpm-next-25082025' of https://source.denx.de/u-boot/custodians/u-boot-tpm into next

CI: https://source.denx.de/u-boot/custodians/u-boot-tpm/-/pipelines/27461

Tom removed an unused TPM driver and fixed a few prints to include
the 'z' prefix for size_t declaratiuons. Andrew fixed an unsigned int
comparision against < 0 in the tpm infineon driver.