]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
sandbox: virtio: Disable the sandbox virtio blk device
authorSimon Glass <sjg@chromium.org>
Thu, 7 Nov 2024 21:31:48 +0000 (14:31 -0700)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sat, 9 Nov 2024 09:01:47 +0000 (10:01 +0100)
This is not implemented so cannot actually be used to read blocks.
Disable it until it is implemented, to avoid causing a hang with EFI,
which probes every available BLK device.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
Issue: https://source.denx.de/u-boot/u-boot/-/issues/37

arch/Kconfig

index 8f1f46670128e69822234792371290eae4d1d1d2..c39efb4d0a26155a93e5ef876c046f6b0521a656 100644 (file)
@@ -212,7 +212,8 @@ config SANDBOX
        imply VIRTIO_MMIO
        imply VIRTIO_PCI
        imply VIRTIO_SANDBOX
-       imply VIRTIO_BLK
+       # Re-enable this when fully implemented
+       # imply VIRTIO_BLK
        imply VIRTIO_NET
        imply DM_SOUND
        imply PCI_SANDBOX_EP