diff options
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | 2022-03-23 22:46:43 +0100 |
---|---|---|
committer | Leo Yu-Chi Liang <ycliang@andestech.com> | 2022-04-06 09:40:05 +0800 |
commit | 22e324c6381a7c59b3ae6e6bf860f34e4c7b3fe8 (patch) | |
tree | f1523e1391952c1bf86882e4ee034cbcde916626 /board/emulation | |
parent | cfb31e0b9e23809fc3733b733b20b3443e15c704 (diff) | |
download | u-boot-22e324c6381a7c59b3ae6e6bf860f34e4c7b3fe8.tar.gz u-boot-22e324c6381a7c59b3ae6e6bf860f34e4c7b3fe8.tar.bz2 u-boot-22e324c6381a7c59b3ae6e6bf860f34e4c7b3fe8.zip |
riscv: enable CONFIG_CMD_SBI for QEMU boards
Let CONFIG_TARGET_QEMU_VIRT imply CONFIG_CMD_SBI.
The sbi command provides detailed information about the SBI.
It is useful to test the discovery of extensions.
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'board/emulation')
-rw-r--r-- | board/emulation/qemu-riscv/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/emulation/qemu-riscv/Kconfig b/board/emulation/qemu-riscv/Kconfig index 02bf84725b..d8c57e6bb0 100644 --- a/board/emulation/qemu-riscv/Kconfig +++ b/board/emulation/qemu-riscv/Kconfig @@ -37,6 +37,7 @@ config BOARD_SPECIFIC_OPTIONS # dummy imply SPL_RAM_DEVICE imply CMD_PCI imply CMD_POWEROFF + imply CMD_SBI imply CMD_SCSI imply CMD_PING imply CMD_EXT2 |