diff options
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | 2018-09-23 04:25:12 +0200 |
---|---|---|
committer | Alexander Graf <agraf@suse.de> | 2018-09-23 21:55:30 +0200 |
commit | 60ce592cd090c9f79ae378ed88e811fe70307ebd (patch) | |
tree | 91ba24841ca5b4e8f8f500e523a2ce63ff07fc3f /configs/qemu_arm64_defconfig | |
parent | ea80885233f5f602f488637e01446ed5bed980fa (diff) |
efi_selftest: test qemu-arm(64)_defconfig
We should run the EFI selftest on both a 32bit and a 64bit ARM platform on
Travis to catch possible errors.
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: Alexander Graf <agraf@suse.de>
Diffstat (limited to 'configs/qemu_arm64_defconfig')
-rw-r--r-- | configs/qemu_arm64_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/qemu_arm64_defconfig b/configs/qemu_arm64_defconfig index 2df35a8082..7fd726fdda 100644 --- a/configs/qemu_arm64_defconfig +++ b/configs/qemu_arm64_defconfig @@ -8,6 +8,7 @@ CONFIG_DISTRO_DEFAULTS=y CONFIG_NR_DRAM_BANKS=1 # CONFIG_DISPLAY_CPUINFO is not set # CONFIG_DISPLAY_BOARDINFO is not set +CONFIG_CMD_BOOTEFI_SELFTEST=y CONFIG_CMD_PCI=y CONFIG_CMD_USB=y CONFIG_CMD_DATE=y |