]> git.baikalelectronics.ru Git - uboot.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)
commit03bd27ebd2a71e964d025ef995ea29eb2efe5f72
tree973e620ee4426fc89ccef58992692f3efa0286c5
parente7bae54f299b4a6377fa6d6ee3d776672429b61e
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