projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
286a5c4
)
qemu-arm: Enable VirtIO distro target
author
Sumit Garg
<sumit.garg@linaro.org>
Tue, 13 Nov 2018 04:51:24 +0000
(10:21 +0530)
committer
Tom Rini
<trini@konsulko.com>
Wed, 12 Dec 2018 17:14:20 +0000
(12:14 -0500)
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>
include/configs/qemu-arm.h
patch
|
blob
|
history
diff --git
a/include/configs/qemu-arm.h
b/include/configs/qemu-arm.h
index fedc4662fa188441a72461c220ed8ebb712e0f51..33dcce0f9219524f3b55be508f47c2b92d89d217 100644
(file)
--- 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>