mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-17 10:24:49 +00:00
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 <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.com> Issue: https://source.denx.de/u-boot/u-boot/-/issues/37
This commit is contained in:
parent
16b5423eb3
commit
ade8b30039
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue