]> git.baikalelectronics.ru Git - uboot.git/commit
Correct SPL use of DM_RNG
authorSimon Glass <sjg@chromium.org>
Wed, 22 Feb 2023 16:33:53 +0000 (09:33 -0700)
committerTom Rini <trini@konsulko.com>
Thu, 2 Mar 2023 22:45:58 +0000 (17:45 -0500)
commitae7e509490b2df6b6e395f4c6e7da0b1bdd9e675
tree7f7108a1f3b026a288d2e23344e1d70e8e9ecfb9
parentdf206df35c54d6872c0a8f762267d4171d73714c
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>
boot/vbe_request.c