From: Heinrich Schuchardt Date: Mon, 13 Jul 2020 05:33:40 +0000 (+0200) Subject: efi_selftest: enable 'bootefi hello' X-Git-Url: http://git.dujemihanovic.xyz/%22/img/sics.gif/%22/static/git-favicon.png?a=commitdiff_plain;h=ec5f0ed33f53571fc55a55b0d0cd1c5745dbe885;p=u-boot.git 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 --- diff --git a/cmd/Kconfig b/cmd/Kconfig index 202c7cc586..bfe6c163dc 100644 --- a/cmd/Kconfig +++ b/cmd/Kconfig @@ -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