]> Git Repo - J-u-boot.git/commit
vbe: Use a block device instead of descriptor
authorSimon Glass <[email protected]>
Thu, 16 Jan 2025 01:27:04 +0000 (18:27 -0700)
committerTom Rini <[email protected]>
Wed, 22 Jan 2025 15:47:49 +0000 (09:47 -0600)
commitb407b3e7d4a2bdd983c1836b2c6e3295a8fb7eca
treed6130655008c4b3c9823b2177206548d51c4ecef
parent20a1e837325a30828aa55ac15ec149ee337922f2
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 <[email protected]>
boot/vbe_simple.c
This page took 0.032038 seconds and 4 git commands to generate.