[U-Boot] [PATCH 18/27] riscv: qemu: Include some useful commands

Tuomas Tynkkynen tuomas.tynkkynen at iki.fi
Thu Sep 27 22:14:29 UTC 2018


Hi Bin,

On 09/23/2018 04:42 PM, Bin Meng wrote:
> 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 <bmeng.cn at gmail.com>
> ---
> 
>   board/emulation/qemu-riscv/Kconfig | 8 ++++++++
>   1 file changed, 8 insertions(+)
> 
> 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
> 

How about using DISTRO_DEFAULTS?


More information about the U-Boot mailing list