From: Simon Glass Date: Thu, 7 Nov 2024 21:31:48 +0000 (-0700) Subject: sandbox: virtio: Disable the sandbox virtio blk device X-Git-Url: http://git.dujemihanovic.xyz/img/static/gitweb.css?a=commitdiff_plain;h=ade8b300396e92fb87f8d6ecbc7d397b306d8125;p=u-boot.git sandbox: virtio: Disable the sandbox virtio blk device 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 Reviewed-by: Tom Rini Issue: https://source.denx.de/u-boot/u-boot/-/issues/37 --- diff --git a/arch/Kconfig b/arch/Kconfig index 8f1f466701..c39efb4d0a 100644 --- a/arch/Kconfig +++ b/arch/Kconfig @@ -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