commit | acd3b27a6564b94ffd2d4cf0c2726816bc1bffc3 | [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 | 8df508ff3d4cfe8a2b7a706518692e194cc7f021 [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>