]> git.ipfire.org Git - thirdparty/u-boot.git/commit
fs: error handling in do_load()
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Mon, 29 Jun 2020 18:08:49 +0000 (20:08 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 17 Jul 2020 14:47:19 +0000 (10:47 -0400)
commit1244f369006370722dbcca9fb26e59458d462567
tree973e620ee4426fc89ccef58992692f3efa0286c5
parent36da57aa8784af486b79b49d1e644f2ca20f9e3a
fs: error handling in do_load()

If a file cannot be loaded, show an error message.
Set the EFI boot device only after successfully loading a file.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Reviewed-by: Simon Glass <sjg@chromium.org>
fs/fs.c