mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 23:47:24 +00:00
ppc: qemu: Enable VirtIO BLK support
Enable VirtIO BLK driver so that we can store a kernel image to a disk image and boot from there. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
This commit is contained in:
parent
5474ef886c
commit
843d9b8d03
1 changed files with 3 additions and 0 deletions
|
@ -26,6 +26,8 @@ CONFIG_OF_BOARD=y
|
|||
CONFIG_ENV_OVERWRITE=y
|
||||
CONFIG_SYS_RELOC_GD_ENV_ADDR=y
|
||||
CONFIG_DM=y
|
||||
CONFIG_BLK=y
|
||||
CONFIG_HAVE_BLOCK_DEVICE=y
|
||||
# CONFIG_MMC is not set
|
||||
CONFIG_DM_ETH=y
|
||||
CONFIG_E1000=y
|
||||
|
@ -35,5 +37,6 @@ CONFIG_DM_SERIAL=y
|
|||
CONFIG_SYS_NS16550=y
|
||||
CONFIG_VIRTIO_PCI=y
|
||||
CONFIG_VIRTIO_NET=y
|
||||
CONFIG_VIRTIO_BLK=y
|
||||
CONFIG_ADDR_MAP=y
|
||||
CONFIG_PANIC_HANG=y
|
||||
|
|
Loading…
Reference in a new issue