
14 May
2023
14 May
'23
5:29 p.m.
On Wed, May 10, 2023 at 04:34:26PM -0600, Simon Glass wrote:
In a few cases the error handling is not quite right. Make sure we return the actual error in distro_efi_read_bootflow_file() rather than -EINVAL. Return -IO when a file cannot be read. Also show the error name if available.
This does not change operation, but does make it easier to diagnose problems.
Signed-off-by: Simon Glass sjg@chromium.org
Applied to u-boot/master, thanks!
--
Tom