commit | c532ddded9093df585dd324c68932053b6241abf | [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 | f39b1b77d822916498f4dc9b9f50fe740df9afb6 [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>