]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit3643bfe69fb00fab132d920337f59c018fdd1ae6
tree969e81f1bddb7ac8831e6f79031e846ba03b7615
parent8db3fa396a2559437610580035b04b39d42ca132
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