commit | e4ea0fd4e01aec54ad14084c1b7247f49d666e99 | [log] [tgz] |
---|---|---|
author | Andrew Scull <ascull@google.com> | Mon May 16 10:41:37 2022 +0000 |
committer | Tom Rini <trini@konsulko.com> | Wed Jun 08 09:24:04 2022 -0400 |
tree | 1a00c9819d0cfdde42cda01fb93c8ad84e184242 | |
parent | 561ff89005081baadd6564188c3d7f9016ee029d [diff] |
virtio: sandbox: Bind RNG rather than block device The virtio-rng driver is extremely simple, making it suitable for testing more of the virtio uclass logic. Have the sandbox driver bind the virtio-rng driver rather than the virtio-blk driver so it can be used in tests. Signed-off-by: Andrew Scull <ascull@google.com> Reviewed-by: Simon Glass <sjg@chromium.org>