mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-28 15:41:40 +00: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:
parent
b961d552f9
commit
ec5f0ed33f
1 changed files with 1 additions and 0 deletions
|
@ -378,6 +378,7 @@ config CMD_BOOTEFI_HELLO_COMPILE
|
|||
config CMD_BOOTEFI_HELLO
|
||||
bool "Allow booting a standard EFI hello world for testing"
|
||||
depends on CMD_BOOTEFI_HELLO_COMPILE
|
||||
default y if CMD_BOOTEFI_SELFTEST
|
||||
help
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue