mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-07 13:44:29 +00:00
fb083801d5
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>
9 lines
279 B
Text
9 lines
279 B
Text
config CMD_BOOTEFI_SELFTEST
|
|
bool "UEFI unit tests"
|
|
depends on CMD_BOOTEFI
|
|
imply FAT
|
|
imply FAT_WRITE
|
|
help
|
|
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.
|