commit | 1788a9697f51aebb25623e6216c09304756748ff | [log] [tgz] |
---|---|---|
author | Christian Gmeiner <christian.gmeiner@gmail.com> | Tue Jun 09 09:09:07 2020 +0200 |
committer | Tom Rini <trini@konsulko.com> | Tue Jul 07 09:45:12 2020 -0400 |
tree | a68e6c2ae0b580d60f26d3e4c2575116fe4b6e40 | |
parent | 53007fc1eb892cd67af97c545eb3461020cc3885 [diff] |
fs: fat: fix fat iteration According to the FAT specification it is valid to have files with an attribute value of 0x0. This fixes a regression where different U-Boot versions are showing different amount of files on the same storage device. With this change U-Boot shows the same number of files and folders as Linux and Windows. Fixes: 39606d462c ("fs: fat: handle deleted directory entries correctly") Signed-off-by: Christian Gmeiner <christian.gmeiner@gmail.com>