]> git.ipfire.org Git - thirdparty/u-boot.git/commit
efi_loader: LoadImage must return EFI_NOT_FOUND
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Tue, 11 Jun 2019 17:00:56 +0000 (19:00 +0200)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Fri, 14 Jun 2019 17:18:39 +0000 (19:18 +0200)
commit200000387c2d16fa069af6e176d1fcb886024f4d
tree82408dcb5da38e9b7afc45003c0c91bfb246b934
parente4afcb2876eeeddd2376c8b07808276b75862498
efi_loader: LoadImage must return EFI_NOT_FOUND

If the file path does not relate to an existing file, LoadImage() must
return EFI_NOT_FOUND.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
lib/efi_loader/efi_boottime.c