Browse Source

qemu-arm: Enable VirtIO distro target

With -device virtio-blk-device,drive=hd0, it could detect distro boot
target.

Signed-off-by: Sumit Garg <sumit.garg@linaro.org>
Reviewed-by: Alexander Graf <agraf@suse.de>
Sumit Garg 5 years ago
parent
commit
5266db16ee
1 changed files with 1 additions and 0 deletions
  1. 1 0
      include/configs/qemu-arm.h

+ 1 - 0
include/configs/qemu-arm.h

@@ -25,6 +25,7 @@
 
 #define BOOT_TARGET_DEVICES(func) \
 	func(SCSI, scsi, 0) \
+	func(VIRTIO, virtio, 0) \
 	func(DHCP, dhcp, na)
 
 #include <config_distro_bootcmd.h>