mirror of
https://xff.cz/git/u-boot/
synced 2025-09-30 06:51:28 +02:00
efi_selftest: enable 'bootefi hello'
In our Python tests we want to run 'bootefi hello'. Enable it by default when compiling with CMD_BOOTEFI_SELFTEST. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
This commit is contained in:
@@ -378,6 +378,7 @@ config CMD_BOOTEFI_HELLO_COMPILE
|
|||||||
config CMD_BOOTEFI_HELLO
|
config CMD_BOOTEFI_HELLO
|
||||||
bool "Allow booting a standard EFI hello world for testing"
|
bool "Allow booting a standard EFI hello world for testing"
|
||||||
depends on CMD_BOOTEFI_HELLO_COMPILE
|
depends on CMD_BOOTEFI_HELLO_COMPILE
|
||||||
|
default y if CMD_BOOTEFI_SELFTEST
|
||||||
help
|
help
|
||||||
This adds a standard EFI hello world application to U-Boot so that
|
This adds a standard EFI hello world application to U-Boot so that
|
||||||
it can be used with the 'bootefi hello' command. This is useful
|
it can be used with the 'bootefi hello' command. This is useful
|
||||||
|
Reference in New Issue
Block a user