summaryrefslogtreecommitdiff
path: root/configs/qemu-x86_64_defconfig
diff options
context:
space:
mode:
authorHeinrich Schuchardt <xypron.glpk@gmx.de>2017-09-20 21:14:37 +0200
committerAlexander Graf <agraf@suse.de>2017-10-05 14:47:02 +0200
commit4a59ada5e60d25ea43d3c5f2baf1860ed3c32770 (patch)
tree969e81f1bddb7ac8831e6f79031e846ba03b7615 /configs/qemu-x86_64_defconfig
parent3cc6e3fe9509d2b5eee6a698126acdde4746f0c6 (diff)
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>
Diffstat (limited to 'configs/qemu-x86_64_defconfig')
-rw-r--r--configs/qemu-x86_64_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/qemu-x86_64_defconfig b/configs/qemu-x86_64_defconfig
index 67e9a45fbc..c12d530b83 100644
--- a/configs/qemu-x86_64_defconfig
+++ b/configs/qemu-x86_64_defconfig
@@ -64,3 +64,4 @@ CONFIG_USB_KEYBOARD=y
CONFIG_FRAMEBUFFER_SET_VESA_MODE=y
CONFIG_FRAMEBUFFER_VESA_MODE_111=y
CONFIG_CONSOLE_SCROLL_LINES=5
+CONFIG_CMD_BOOTEFI_SELFTEST=y