From: Bin Meng Date: Mon, 15 Oct 2018 09:21:14 +0000 (-0700) Subject: riscv: qemu: Include some useful commands X-Git-Tag: v2019.01-rc1~33^2~31 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=440d9a47f7ac442194685845ae2cca90e62cb0fd;p=platform%2Fkernel%2Fu-boot.git riscv: qemu: Include some useful commands With the virtio net and blk drivers, we can do more stuff with some useful commands. Imply those in the board Kconfig. Signed-off-by: Bin Meng Reviewed-by: Simon Glass --- diff --git a/board/emulation/qemu-riscv/Kconfig b/board/emulation/qemu-riscv/Kconfig index 5ae56da..37a80db 100644 --- a/board/emulation/qemu-riscv/Kconfig +++ b/board/emulation/qemu-riscv/Kconfig @@ -21,5 +21,13 @@ config BOARD_SPECIFIC_OPTIONS # dummy imply VIRTIO_MMIO imply VIRTIO_NET imply VIRTIO_BLK + imply CMD_PING + imply CMD_FS_GENERIC + imply DOS_PARTITION + imply EFI_PARTITION + imply ISO_PARTITION + imply CMD_EXT2 + imply CMD_EXT4 + imply CMD_FAT endif