]> git.ipfire.org Git - people/ms/u-boot.git/commit
cmd: ubi: allow '-' to specify maximum volume size
authorLadislav Michl <ladis@linux-mips.org>
Thu, 19 Jan 2017 10:45:35 +0000 (11:45 +0100)
committerHeiko Schocher <hs@denx.de>
Thu, 26 Jan 2017 06:00:25 +0000 (07:00 +0100)
commitf59f07ece5ec78a8fc2f0e06a80ff66029002629
tree442b0257406e775a62ff1e74b96e8429645672a3
parent79a34b71c943a80af5c6d9a2af736fbb37dcc14c
cmd: ubi: allow '-' to specify maximum volume size

Currently maximum volume size can be specified only if no other
arguments are used. Use '-' placeholder as volume size to allow
maximum volume size to be specified together with volume id and
type.

Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
cmd/ubi.c