Re: [PATCH 01/16] bootstd: cros: Correct reporting of I/O errors

2023-08-11 Thread Simon Glass
Return -EIO when the read failed, rather than the number of blocks read. Signed-off-by: Simon Glass --- boot/bootmeth_cros.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Applied to u-boot-dm/next, thanks!

[PATCH 01/16] bootstd: cros: Correct reporting of I/O errors

2023-07-30 Thread Simon Glass
Return -EIO when the read failed, rather than the number of blocks read. Signed-off-by: Simon Glass --- boot/bootmeth_cros.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/boot/bootmeth_cros.c b/boot/bootmeth_cros.c index aa19ae097f56..6179a547f74a 100644 --- a/boot/boo