Skip to content
Snippets Groups Projects
Commit dd7185f1 authored by Paul Burton's avatar Paul Burton Committed by Scott Wood
Browse files

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: default avatarPaul Burton <paul.burton@imgtec.com>
Acked-by: default avatarStefan Roese <sr@denx.de>
parent 39ac3447
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment