diff options
author | Heinrich Schuchardt | 2017-09-20 21:14:37 +0200 |
---|---|---|
committer | Alexander Graf | 2017-10-05 14:47:02 +0200 |
commit | 4a59ada5e60d25ea43d3c5f2baf1860ed3c32770 (patch) | |
tree | 969e81f1bddb7ac8831e6f79031e846ba03b7615 /configs/qemu-x86_defconfig | |
parent | 3cc6e3fe9509d2b5eee6a698126acdde4746f0c6 (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_defconfig')
-rw-r--r-- | configs/qemu-x86_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/qemu-x86_defconfig b/configs/qemu-x86_defconfig index 7ce97ff0913..d84e1d7dc9d 100644 --- a/configs/qemu-x86_defconfig +++ b/configs/qemu-x86_defconfig @@ -44,3 +44,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 |