commit | 375c10818cdc484bb177ae34d0f8ccf285d2081c | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Wed Mar 23 22:46:43 2022 +0100 |
committer | Leo Yu-Chi Liang <ycliang@andestech.com> | Wed Apr 06 09:40:05 2022 +0800 |
tree | f1523e1391952c1bf86882e4ee034cbcde916626 | |
parent | fdc7577bbb7802e82124a97235fe54775cc66c33 [diff] |
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>