
25 Sep
2017
25 Sep
'17
4:13 a.m.
On 20 September 2017 at 13:14, Heinrich Schuchardt xypron.glpk@gmx.de wrote:
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
configs/qemu-x86_64_defconfig | 1 + configs/qemu-x86_defconfig | 1 + 2 files changed, 2 insertions(+)
Reviewed-by: Simon Glass sjg@chromium.org