commit | dd7185f1764fb8ed93940c2ac44cd6c400ebae7e | [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 | 39ac34473f3c96e77cbe03a49141771ed1639486 [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>