commit | 55d25b5353fcd4e7e31d30d32d0ef77f83c82f71 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Feb 22 09:33:53 2023 -0700 |
committer | Tom Rini <trini@konsulko.com> | Thu Mar 02 17:45:58 2023 -0500 |
tree | 7f7108a1f3b026a288d2e23344e1d70e8e9ecfb9 | |
parent | 513eeed87a5e49c35bafb6a5298860876f5004ee [diff] |
Correct SPL use of DM_RNG This converts 1 usage of this option to the non-SPL form, since there is no SPL_DM_RNG defined in Kconfig Signed-off-by: Simon Glass <sjg@chromium.org>