]> git.ipfire.org Git - thirdparty/u-boot.git/commit
efi_loader: MetaiMatch() must be case insensitive
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Wed, 12 Jun 2019 17:18:24 +0000 (19:18 +0200)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Fri, 14 Jun 2019 17:18:40 +0000 (19:18 +0200)
commit336476a959b9ecac75ba3f6de344829563e213ca
tree80b83f2237c9b96d43079dadc28e4b9c77e82b5c
parent0e22c7cbebefae3a01ea2f10ba1772ba693ee1eb
efi_loader: MetaiMatch() must be case insensitive

The MetaiMatch() service of the UnicodeCollationProtocol2 must be case
insensitive.

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