
24 Oct
2018
24 Oct
'18
7:31 p.m.
From: Tuomas Tynkkynen tuomas.tynkkynen@iki.fi
Add 'virtio' command in U-Boot command line.
Signed-off-by: Tuomas Tynkkynen tuomas.tynkkynen@iki.fi Signed-off-by: Bin Meng bmeng.cn@gmail.com Reviewed-by: Simon Glass sjg@chromium.org ---
Changes in v3: None Changes in v2: None
cmd/Kconfig | 7 +++++++ cmd/Makefile | 1 + cmd/virtio.c | 38 ++++++++++++++++++++++++++++++++++++++ 3 files changed, 46 insertions(+) create mode 100644 cmd/virtio.c
Applied to u-boot-dm/next, thanks!