commit | e06c2546a04f2b3e013bd070d41e5d747d2c63a0 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Jan 15 18:27:04 2025 -0700 |
committer | Tom Rini <trini@konsulko.com> | Wed Jan 22 09:47:49 2025 -0600 |
tree | d6130655008c4b3c9823b2177206548d51c4ecef | |
parent | fdacd50df23ebbf66db9cfb2b72b052586b35f10 [diff] |
vbe: Use a block device instead of descriptor Pass a struct udevice instead of the descriptor structure, since this is the native argument for blk_read() Signed-off-by: Simon Glass <sjg@chromium.org>