Commits
Ye Li committed da50714d2f7
MLK-20668-2 fat: Fix issue in rootdir table flush for FAT16/12 The FAT16/12 has rootdir area before data area, and the clusters for rootdir are not mantained by FAT table. So we don't need to find empty cluster for next rootdir space, just use next dir cluster. And the FAT table don't need to update for this new dir cluster. Signed-off-by: Ye Li <ye.li@nxp.com> Acked-by: Peng Fan <peng.fan@nxp.com> (cherry picked from commit 9e0a33cacc0a7926d46c0ca184498ae88278816e)