]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
efi_selftest: enable 'bootefi hello'
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Mon, 13 Jul 2020 05:33:40 +0000 (07:33 +0200)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Thu, 16 Jul 2020 10:37:02 +0000 (12:37 +0200)
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>
cmd/Kconfig

index 202c7cc5861b054f2ddfe0d0b7a571503d6725c7..bfe6c163dc3497f2130589b87c406b02742cf3cd 100644 (file)
@@ -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