summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorHeinrich Schuchardt <xypron.glpk@gmx.de>2019-06-30 08:27:09 +0300
committerHeinrich Schuchardt <xypron.glpk@gmx.de>2019-07-06 22:25:32 +0300
commitfb083801d5d0f196fa6b93442da1874baefb938c (patch)
treebf9ad4f0d5e5aa908ac2bc7a9720e4b5af929458 /lib
parent5375ee508fead38c733a56b394db7bae86435390 (diff)
downloadu-boot-fb083801d5d0f196fa6b93442da1874baefb938c.tar.xz
efi_selftest: description of CMD_BOOTEFI_SELFTEST
The current short description has a typo. Let it stand out clear that we provide unit tests. Improve the description of the CMD_BOOTEFI_SELFTEST configuration option. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Reviewed-by: Alexander Graf <agraf@csgraf.de>
Diffstat (limited to 'lib')
-rw-r--r--lib/efi_selftest/Kconfig8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/efi_selftest/Kconfig b/lib/efi_selftest/Kconfig
index 59f9f36801..d20f5899af 100644
--- a/lib/efi_selftest/Kconfig
+++ b/lib/efi_selftest/Kconfig
@@ -1,9 +1,9 @@
config CMD_BOOTEFI_SELFTEST
- bool "Allow booting an EFI efi_selftest"
+ bool "UEFI unit tests"
depends on CMD_BOOTEFI
imply FAT
imply FAT_WRITE
help
- This adds an EFI test application to U-Boot that can be executed
- with the 'bootefi selftest' command. It provides extended tests of
- the EFI API implementation.
+ This adds a UEFI test application to U-Boot that can be executed
+ via the 'bootefi selftest' command. It provides extended tests of
+ the UEFI API implementation.