commit | df68616e49e546d4150bd98c037635dd5e7d94d4 | [log] [tgz] |
---|---|---|
author | Paul Burton <paul.burton@imgtec.com> | Wed Sep 04 15:16:58 2013 +0100 |
committer | Scott Wood <scottwood@freescale.com> | Wed Oct 09 12:52:20 2013 -0500 |
tree | 5414670c8fedffe895d031d983487dca08f46e11 | |
parent | 5f578dfa3c19d0bec5f32fc8c03389c2f90aeb91 [diff] |
cmd_ubi: use int64_t volume size for 'ubi create' int64_t matches the bytes field in struct ubi_mkvol_req to which the size is assigned. With the prior signed 32 bit integer, volumes were restricted to being less than 2GiB in size. Signed-off-by: Paul Burton <paul.burton@imgtec.com> Acked-by: Stefan Roese <sr@denx.de>