efi_selftest: description of CMD_BOOTEFI_SELFTEST
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sun, 30 Jun 2019 05:27:09 +0000 (07:27 +0200)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Sat, 6 Jul 2019 19:25:32 +0000 (21:25 +0200)
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>
lib/efi_selftest/Kconfig

index 59f9f36801c54b0bf6862a1a8345a4c021479857..d20f5899afa02c44409d80bafffc04a7798fd0b9 100644 (file)
@@ -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 aEFI 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.