commit | 8791ff3dabaad123006cb97b041b05ff79e320e0 | [log] [tgz] |
---|---|---|
author | Manoharan Vijaya Raghavan <mraghava@codeaurora.org> | Sun Aug 11 17:07:24 2019 +0530 |
committer | Manoharan Vijaya Raghavan <mraghava@codeaurora.org> | Mon Aug 12 13:30:40 2019 +0530 |
tree | ce1a67542c5ad4393b42a1373ad1faaff083253d | |
parent | 9a5d372d14c17764770567f28c96acb8efc2e915 [diff] |
ipq807x: fat: Fix overflow issue As per FAT spec, the number of sectors can be more than clusters, as clusters starts from databegin. So check cluster overflow against total clusters. The FAT at present in u-boot lacks a lot, such as support for long file names, subdir etc. The mini dump was using more than 8 character name, changed that one too. Change-Id: Icfae6d955dd93432b3d33d7c0b9a724382d87185 Signed-off-by: Manoharan Vijaya Raghavan <mraghava@codeaurora.org>