commit | 27ff7806c1d7d1e98cc6ec1d295595786e13b4b4 | [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 | 9f8351659add391f656a890ca4cd1164baba10c8 [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>