mirror of
https://xff.cz/git/u-boot/
synced 2025-10-09 04:04:58 +02:00
commit 21a24c3bf3
("fs/fat: fix case for FAT shortnames") made it
possible that get_name() returns file names with some upper cases.
find_directory_entry() must be updated to take this account, and use
case-insensitive functions to compare file names.
Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com>