mirror of
https://github.com/smaeul/u-boot.git
synced 2025-11-09 16:30:23 +00:00
When run `virtio scan` on i.MX95, there is abort when accessing virtio mmio region. The issue is the mmio region is not mapped. So let's map all virtio mmio regions. Signed-off-by: Peng Fan <peng.fan@nxp.com>