diff mbox series

configs: qemu-riscv64_spl_defconfig enable CMD_SBI

Message ID 20210402083513.16203-1-xypron.glpk@gmx.de
State Changes Requested
Delegated to: Andes
Headers show
Series configs: qemu-riscv64_spl_defconfig enable CMD_SBI | expand

Commit Message

Heinrich Schuchardt April 2, 2021, 8:35 a.m. UTC
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>
---
 configs/qemu-riscv64_spl_defconfig | 1 +
 1 file changed, 1 insertion(+)

--
2.30.2

Comments

Bin Meng April 2, 2021, 8:41 a.m. UTC | #1
On Fri, Apr 2, 2021 at 4:35 PM Heinrich Schuchardt <xypron.glpk@gmx.de> wrote:
>
> 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>
> ---
>  configs/qemu-riscv64_spl_defconfig | 1 +
>  1 file changed, 1 insertion(+)
>

Please enable 32-bit as well.

Regards,
Bin
diff mbox series

Patch

diff --git a/configs/qemu-riscv64_spl_defconfig b/configs/qemu-riscv64_spl_defconfig
index 897adf6a29..dc7046b2a3 100644
--- a/configs/qemu-riscv64_spl_defconfig
+++ b/configs/qemu-riscv64_spl_defconfig
@@ -10,6 +10,7 @@  CONFIG_FIT=y
 CONFIG_SPL_LOAD_FIT_ADDRESS=0x80200000
 CONFIG_DISPLAY_CPUINFO=y
 CONFIG_DISPLAY_BOARDINFO=y
+CONFIG_CMD_SBI=y
 # CONFIG_CMD_MII is not set
 CONFIG_OF_PRIOR_STAGE=y
 CONFIG_SYS_RELOC_GD_ENV_ADDR=y