
7 Feb
2023
7 Feb
'23
5:51 p.m.
On Sat, Jan 28, 2023 at 03:00:19PM -0700, Simon Glass wrote:
In some cases the block device is obtained but is not probed, since it is a sibling of the bootdev. Make sure it is probed, so it can be used without any trouble.
This fixes a bug with virtio, where the device is accessed before it has been set up by the virtio uclass.
Signed-off-by: Simon Glass sjg@chromium.org Fixes: 201417d700a ("bootstd: Add the bootdev uclass") Reported-by: Ilias Apalodimas ilias.apalodimas@linaro.org
Applied to u-boot/master, thanks!
--
Tom