commit | fa4975247b92b06d413bde54a7e0c4553b8f6295 | [log] [tgz] |
---|---|---|
author | Peter Robinson <pbrobinson@gmail.com> | Wed Apr 01 11:15:01 2020 +0100 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Thu Apr 16 08:10:01 2020 +0200 |
tree | f0ef6f6e9d1099fa2b9f2dd0a79bc662a1cb1356 | |
parent | ff304e620f55e64abce1f6c4437dd33dc10369c9 [diff] |
efi_loader: enable RNG if DM_RNG is enabled Enable EFI_RNG_PROTOCOL by default if DM_RNG is set. Signed-off-by: Peter Robinson <pbrobinson@gmail.com> Acked-by: Sughosh Ganu <sughosh.ganu@linaro.org> Remove superfluous 'if DM_RNG' Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>