]> git.dujemihanovic.xyz Git - u-boot.git/commit
Correct SPL use of TPM_RNG
authorSimon Glass <sjg@chromium.org>
Sun, 5 Feb 2023 22:44:19 +0000 (15:44 -0700)
committerTom Rini <trini@konsulko.com>
Fri, 10 Feb 2023 12:41:40 +0000 (07:41 -0500)
commit0b1671bc0fb2dec87eaf988ff2b8aa2ee443ec05
tree720c3bd94f5256a45328f2a669910d6cdf2a32ac
parent1677705c937ec88aea159b443791fa2dcb1af8cd
Correct SPL use of TPM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_TPM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/tpm/tpm-uclass.c