]> git.baikalelectronics.ru Git - uboot.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)
commit1bb0ca5c118387a872242b915a3e19e9f7c65d05
treefec8d889d3fa7117d349502b07e146819bf12e44
parent2f49d39b27c647d6901568d17fa8ef0060a2cd5d
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