diff options
author | Heinrich Schuchardt | 2019-07-17 19:37:31 +0200 |
---|---|---|
committer | Heinrich Schuchardt | 2019-09-05 23:18:51 +0200 |
commit | 794219bd1234afcbb156c3674a3864e90047826c (patch) | |
tree | 931a2264534081a714cea61c78173b910ac9b45e /configs/qemu-riscv64_smode_defconfig | |
parent | ece9834f7d223097cec92e3d3c70cd37b3768482 (diff) |
riscv: qemu: enable CONFIG_CMD_BOOTEFI_SELFTEST
Enable CONFIG_CMD_BOOTEFI_SELFTEST for the QEMU RISC-V boards.
Travis CI QEMU testing has been enabled for qemu-riscv64_defconfig. With
this patch we will test the UEFI sub-system on the board.
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'configs/qemu-riscv64_smode_defconfig')
-rw-r--r-- | configs/qemu-riscv64_smode_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/qemu-riscv64_smode_defconfig b/configs/qemu-riscv64_smode_defconfig index 74743a5ebe2..1c7a2d150cd 100644 --- a/configs/qemu-riscv64_smode_defconfig +++ b/configs/qemu-riscv64_smode_defconfig @@ -7,5 +7,6 @@ CONFIG_DISTRO_DEFAULTS=y CONFIG_FIT=y CONFIG_DISPLAY_CPUINFO=y CONFIG_DISPLAY_BOARDINFO=y +CONFIG_CMD_BOOTEFI_SELFTEST=y # CONFIG_CMD_MII is not set CONFIG_OF_PRIOR_STAGE=y |