configs: qemu-riscvXX_spl_defconfig enable CMD_SBI
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sat, 4 Sep 2021 09:53:36 +0000 (11:53 +0200)
committerLeo Yu-Chi Liang <ycliang@andestech.com>
Tue, 7 Sep 2021 02:34:29 +0000 (10:34 +0800)
commit5b2d359d9a7c7ed8299b7df0d25a24491e2c3b16
treec6f2f3e008242f271dde92461be2241077152f3d
parent7383432fa1f5fb738599abbd29b24c6ac866efe4
configs: qemu-riscvXX_spl_defconfig enable CMD_SBI

Both for 64bit and 32bit at least on one board we should compile the sbi
command. Enabling it on QEMU will allow to write a test for it.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
configs/qemu-riscv32_spl_defconfig
configs/qemu-riscv64_spl_defconfig