commit | 15970d871c299c8a4218911ee68edb0495a69cd4 | [log] [tgz] |
---|---|---|
author | Patrick Delaunay <patrick.delaunay@st.com> | Wed Jul 19 16:39:23 2017 +0200 |
committer | Marek Vasut <marex@denx.de> | Fri Jul 28 23:34:39 2017 +0200 |
tree | f8f31f420ca9e3f4f1ec4be3cc568303c59f833d | |
parent | 4de512018ba7d57f1672be21c7459281f7c97514 [diff] |
dfu: remove limitation on partition size Change long (32 bits on arm) to u64 (same type than offset) for size and read offset r_left So partition and device used for DFU can be greater than 4GB Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>