]> git.dujemihanovic.xyz Git - u-boot.git/commit
efi_loader: '.' and '..' are directories
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Tue, 9 Feb 2021 16:45:33 +0000 (17:45 +0100)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Sun, 14 Feb 2021 09:34:15 +0000 (10:34 +0100)
commit841f7a4ebbe76c7843a864a5f9ca8f5f95a23df8
tree6dfb951b2d29ab73ced921dc6abf4e96cc75d111
parent9d30a941cce5ed055da18398f4deba18830d00d6
efi_loader: '.' and '..' are directories

'.' and '..' are directories. So when looking for capsule files it is
sufficient to check that the attribute EFI_FILE_DIRECTORY is not set. We
don't have to check for these special names.

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