commit | 1b100e5d743fe282239186e028c42093111d2ebf | [log] [tgz] |
---|---|---|
author | Łukasz Stelmach <l.stelmach@samsung.com> | Thu Mar 28 10:58:24 2024 +0100 |
committer | Leo Yu-Chi Liang <ycliang@andestech.com> | Tue Apr 09 11:30:24 2024 +0800 |
tree | 5126c2c745b49a547b01d8bc7887e049469a6892 | |
parent | 801bbf9d3beed333c22b4169886023e61376e564 [diff] |
riscv: Move virtio scan to board_late_init() When virtio_init() gets called from board_init() PCI isn't ready. Thus, virtio-over-PCI (e.g. network interfaces) devices can't be detected and used without additional `virtio scan` scan in the shell or a script. Signed-off-by: Łukasz Stelmach <l.stelmach@samsung.com> Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com>