commit | 1316a70404a8512f31b6f8198a2d727f2abea78c | [log] [tgz] |
---|---|---|
author | Sughosh Ganu <sughosh.ganu@linaro.org> | Wed Dec 30 19:27:00 2020 +0530 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Thu Dec 31 14:41:31 2020 +0100 |
tree | ae886ee9f300a1058860f1b8932989f4fbebfd03 | |
parent | 079fcf2611956e2a0cd1517eeba8e75ec60b154b [diff] |
qemu: arm: Initialise virtio devices in board_late_init On the qemu arm platform, the virtio devices are initialised in the board_init function, which gets called before the initr_pci. With this sequence, the virtio block devices on the pci bus are not initialised. Move the initialisation of the virtio devices to board_late_init which gets called after the call to initr_pci. Signed-off-by: Sughosh Ganu <sughosh.ganu@linaro.org>