]> git.baikalelectronics.ru Git - uboot.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)
commit8e0b98332c9dfca882e49d8030d23dc9eb7eb718
tree720c3bd94f5256a45328f2a669910d6cdf2a32ac
parent7bc508c6488d0bb8f12e601438577d5fceda4f96
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