commit | 83009b39940673c4c9245e2f49cd8e763d6b67ce | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Apr 24 13:49:45 2023 +1200 |
committer | Tom Rini <trini@konsulko.com> | Wed Apr 26 08:43:04 2023 -0400 |
tree | b8c63b1492536adf951bea37027ed9333848293d | |
parent | 40516be55164e768b885780c64b46b10ded638a7 [diff] |
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>