summaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorBin Meng <bmeng.cn@gmail.com>2021-02-25 17:22:48 +0800
committerPriyanka Jain <priyanka.jain@nxp.com>2021-03-05 10:25:43 +0530
commit843d9b8d03163d6e5f95cb1d1a9831b84861447c (patch)
treeb08dee0d2a2a4ba61f9e0a05400d9bbe8aa9c11f /configs
parent5474ef886c971f925d5ce1f2e57adfeb8e7865e4 (diff)
downloadu-boot-843d9b8d03163d6e5f95cb1d1a9831b84861447c.tar.gz
u-boot-843d9b8d03163d6e5f95cb1d1a9831b84861447c.tar.xz
u-boot-843d9b8d03163d6e5f95cb1d1a9831b84861447c.zip
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>
Diffstat (limited to 'configs')
-rw-r--r--configs/qemu-ppce500_defconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/qemu-ppce500_defconfig b/configs/qemu-ppce500_defconfig
index 202e97e8ec..b2510c8390 100644
--- a/configs/qemu-ppce500_defconfig
+++ b/configs/qemu-ppce500_defconfig
@@ -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