
13 Dec
2021
13 Dec
'21
1:51 p.m.
On Thu, 9 Dec 2021 at 23:58, AKASHI Takahiro takahiro.akashi@linaro.org wrote:
In most of all cases, we can avoid using blk_desc which is expected to be private to udevice(UCLASS_BLK), that is, the data should not be manupulated outside the device driver unless really needed.
Now efi_disk's internally use dev_read/write() interfaces.
Signed-off-by: AKASHI Takahiro takahiro.akashi@linaro.org
lib/efi_loader/efi_disk.c | 25 ++++++++++++------------- 1 file changed, 12 insertions(+), 13 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org