vbe: Use blk_read() to read blocks
authorSimon Glass <sjg@chromium.org>
Thu, 16 Jan 2025 01:27:02 +0000 (18:27 -0700)
committerTom Rini <trini@konsulko.com>
Wed, 22 Jan 2025 15:47:49 +0000 (09:47 -0600)
commita1c456d199160dae463152858e5c1d642bcc811c
tree3b4ef9e7a1338c1abb7102deecd2fb75c336b33f
parent21dd873572a01d74bfdfceb7a30b056f8ccba187
vbe: Use blk_read() to read blocks

We should not be using the old blk_d...() interface, is only there to
aid migration to driver model.

Move to blk_read() instead.

Changes in v2:
- Split patch into several pieces

Signed-off-by: Simon Glass <sjg@chromium.org>
boot/vbe_simple.c