]> git.ipfire.org Git - people/ms/u-boot.git/commit
fs/fat: fix case for FAT shortnames
authorRob Clark <robdclark@gmail.com>
Sat, 9 Sep 2017 17:15:59 +0000 (13:15 -0400)
committerTom Rini <trini@konsulko.com>
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 <robdclark@gmail.com>
Reviewed-by: Ɓukasz Majewski <lukma@denx.de>
Reviewed-by: Simon Glass <sjg@chromium.org>
fs/fat/fat.c
fs/fat/fat_write.c
include/fat.h