Enable SBI MPXY interface implementation and MPXY command for riscv platform.
Signed-off-by: Rahul Pathak <[email protected]> --- configs/qemu-riscv64_spl_defconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configs/qemu-riscv64_spl_defconfig b/configs/qemu-riscv64_spl_defconfig index 04dec72ceac..5235b8a6cc6 100644 --- a/configs/qemu-riscv64_spl_defconfig +++ b/configs/qemu-riscv64_spl_defconfig @@ -25,3 +25,5 @@ CONFIG_FLASH_SHOW_PROGRESS=0 CONFIG_SYS_MAX_FLASH_BANKS=2 # CONFIG_BINMAN_FDT is not set CONFIG_UNIT_TEST=y +CONFIG_SBI_MPXY=y +CONFIG_CMD_MPXY=y -- 2.43.0

