fs/fat: fix case for FAT shortnames
authorRob Clark <[email protected]>
Sat, 9 Sep 2017 17:15:59 +0000 (13:15 -0400)
committerTom Rini <[email protected]>
Fri, 15 Sep 2017 13:03:14 +0000 (09:03 -0400)
commit21a24c3bf35bac83d66ce4a48eb0c7dd8a7227cb
treefec8d889d3fa7117d349502b07e146819bf12e44
parent89191d626793490b579e1d36e7d7a4464a20f9f6
fs/fat: fix case for FAT shortnames

Noticed when comparing our output to linux.  There are some lcase bits
which control whether filename and/or extension should be downcase'd.

Signed-off-by: Rob Clark <[email protected]>
Reviewed-by: Ɓukasz Majewski <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
fs/fat/fat.c
fs/fat/fat_write.c
include/fat.h