Commit 4a59ada5e60d25ea43d3c5f2baf1860ed3c32770

Authored by Heinrich Schuchardt
Committed by Alexander Graf
1 parent 3cc6e3fe95

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>

Showing 2 changed files with 2 additions and 0 deletions Side-by-side Diff

configs/qemu-x86_64_defconfig
... ... @@ -64,4 +64,5 @@
64 64 CONFIG_FRAMEBUFFER_SET_VESA_MODE=y
65 65 CONFIG_FRAMEBUFFER_VESA_MODE_111=y
66 66 CONFIG_CONSOLE_SCROLL_LINES=5
  67 +CONFIG_CMD_BOOTEFI_SELFTEST=y
configs/qemu-x86_defconfig
... ... @@ -44,4 +44,5 @@
44 44 CONFIG_FRAMEBUFFER_SET_VESA_MODE=y
45 45 CONFIG_FRAMEBUFFER_VESA_MODE_111=y
46 46 CONFIG_CONSOLE_SCROLL_LINES=5
  47 +CONFIG_CMD_BOOTEFI_SELFTEST=y