]> git.baikalelectronics.ru Git - uboot.git/commit
fs: fat: assign rootdir sector when accessing root directory
authorThomas RIENOESSL <thomas.rienoessl@bachmann.info>
Tue, 13 Nov 2018 13:00:59 +0000 (14:00 +0100)
committerTom Rini <trini@konsulko.com>
Tue, 20 Nov 2018 17:35:35 +0000 (12:35 -0500)
commit362c0d27776a5adcfe1208db2b08fbe2c834d930
tree0403cedae741708dc0393a6297fb65e1a480cea2
parent2ec2360c92e4fb13746e6ddeec9b42c0ced2b7c5
fs: fat: assign rootdir sector when accessing root directory

This fixes problems accessing drives formated under
Windows as FAT16.

Signed-off-by: Thomas RIENOESSL <thomas.rienoessl@bachmann.info>
[trini: Rebase on top of c6f7d428a78a]
Signed-off-by: Tom Rini <trini@konsulko.com>
fs/fat/fat.c