efi_selftest: enable CONFIG_CMD_BOOTEFI_SELFTEST
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Wed, 20 Sep 2017 19:14:37 +0000 (21:14 +0200)
committerAlexander Graf <agraf@suse.de>
Thu, 5 Oct 2017 12:47:02 +0000 (14:47 +0200)
commit4a59ada5e60d25ea43d3c5f2baf1860ed3c32770
tree969e81f1bddb7ac8831e6f79031e846ba03b7615
parent3cc6e3fe9509d2b5eee6a698126acdde4746f0c6
efi_selftest: enable CONFIG_CMD_BOOTEFI_SELFTEST

The EFI selftest has been broken by a patch on efi-next.
We should enable CONFIG_CMD_BOOTEFI_SELFTEST on
qemu-x86_defconfig and qemu-x86_64_defconfig by default
to catch this type of problem in the Travis CI tests.

These systems typically have abundant memory so that
enabling this option should not pose a problem.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Alexander Graf <agraf@suse.de>
configs/qemu-x86_64_defconfig
configs/qemu-x86_defconfig