mirror of
https://xff.cz/git/u-boot/
synced 2025-09-03 09:42:22 +02: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>