diff options
author | Sumit Garg <sumit.garg@linaro.org> | 2018-11-13 10:21:24 +0530 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-12-12 12:14:20 -0500 |
commit | 5266db16eeba3318e2d0a6e27eb91c0b494d0de4 (patch) | |
tree | 7cd425cff0a370a7dc1b49239ccdaa4a57339280 /include/configs/qemu-arm.h | |
parent | 286a5c44e6bda72e80f7f845f7c5b7fdd5cdf884 (diff) |
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>
Diffstat (limited to 'include/configs/qemu-arm.h')
-rw-r--r-- | include/configs/qemu-arm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/qemu-arm.h b/include/configs/qemu-arm.h index fedc4662fa..33dcce0f92 100644 --- a/include/configs/qemu-arm.h +++ b/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> |