summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2020-02-19 17:25:26 -0500
committerTom Rini <trini@konsulko.com>2020-02-19 17:25:26 -0500
commit9770f92d022211dc02fb496a7642fde1a96a2292 (patch)
treeead0f925ee73ebdfd266e5d35fcf06434e0030db /lib
parent42a2de54d066c256925b85f6885179c9999811e4 (diff)
parent0e228853b520611a0ee6fe2b9bd7a0bc3f8c30fc (diff)
Merge tag 'efi-2020-04-rc3' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi
Pull request for UEFI sub-system for efi-2020-04-rc3 * Update the Kconfig description of CONFIG_EFI_RNG_PROTOCOL * Fix a function comment resolving a warning in 'make htmldocs'
Diffstat (limited to 'lib')
-rw-r--r--lib/efi_loader/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/efi_loader/Kconfig b/lib/efi_loader/Kconfig
index a7afa3f29e..76f43eca95 100644
--- a/lib/efi_loader/Kconfig
+++ b/lib/efi_loader/Kconfig
@@ -127,7 +127,7 @@ config EFI_RNG_PROTOCOL
bool "EFI_RNG_PROTOCOL support"
depends on DM_RNG
help
- "Support for EFI_RNG_PROTOCOL implementation. Uses the rng
- device on the platform"
+ Provide a EFI_RNG_PROTOCOL implementation using the hardware random
+ number generator of the platform.
endif