]> git.dujemihanovic.xyz Git - u-boot.git/commit
virtio: Ensure PCI is set up first
authorSimon Glass <sjg@chromium.org>
Mon, 24 Apr 2023 01:49:45 +0000 (13:49 +1200)
committerTom Rini <trini@konsulko.com>
Wed, 26 Apr 2023 12:43:04 +0000 (08:43 -0400)
commit27ff7806c1d7d1e98cc6ec1d295595786e13b4b4
treeb8c63b1492536adf951bea37027ed9333848293d
parent9f8351659add391f656a890ca4cd1164baba10c8
virtio: Ensure PCI is set up first

Sometimes virtio may rely on PCI, or at least that is what the
distro_bootcmd script suggests. Add this in.

Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/virtio/virtio-uclass.c