commit | 7414a0f013f2aa52f3765eb98e68a08f9798692b | [log] [tgz] |
---|---|---|
author | Seung-Woo Kim <sw0312.kim@samsung.com> | Thu May 10 10:52:15 2018 +0900 |
committer | Marek Vasut <marex@denx.de> | Fri May 18 13:17:30 2018 +0200 |
tree | 80d86ae54e7aa73f549529e20ad280640f6ab730 | |
parent | 16b74aab44247fdf111ee2686a1b7e1815bb2464 [diff] |
gadget: f_thor: update to support more than 4GB file as thor 5.0 During file download, it only uses 32bit variable for file size and it limits maximum file size less than 4GB. Update to support more than 4GB file with using two 32bit variables for file size as thor protocol 5.0. Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>