mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 16:52:14 +02:00
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>
This commit is contained in:
@@ -1,9 +1,9 @@
|
|||||||
config CMD_BOOTEFI_SELFTEST
|
config CMD_BOOTEFI_SELFTEST
|
||||||
bool "Allow booting an EFI efi_selftest"
|
bool "UEFI unit tests"
|
||||||
depends on CMD_BOOTEFI
|
depends on CMD_BOOTEFI
|
||||||
imply FAT
|
imply FAT
|
||||||
imply FAT_WRITE
|
imply FAT_WRITE
|
||||||
help
|
help
|
||||||
This adds an EFI test application to U-Boot that can be executed
|
This adds a UEFI test application to U-Boot that can be executed
|
||||||
with the 'bootefi selftest' command. It provides extended tests of
|
via the 'bootefi selftest' command. It provides extended tests of
|
||||||
the EFI API implementation.
|
the UEFI API implementation.
|
||||||
|
Reference in New Issue
Block a user