diff options
author | Wally Yeh <wally.yeh@atrustcorp.com> | 2014-09-25 23:00:16 +0800 |
---|---|---|
committer | Pantelis Antoniou <panto@antoniou-consulting.com> | 2014-10-03 17:26:50 +0300 |
commit | fa7b88519e9158cee2b0900d26c049f09f49f8c5 (patch) | |
tree | 3c2c5445589c270bba6fe12192baf2dc2ef47373 /net | |
parent | 786a27b7ec9efd1ebf50008050e3cff9ce458198 (diff) | |
download | u-boot-imx-fa7b88519e9158cee2b0900d26c049f09f49f8c5.zip u-boot-imx-fa7b88519e9158cee2b0900d26c049f09f49f8c5.tar.gz u-boot-imx-fa7b88519e9158cee2b0900d26c049f09f49f8c5.tar.bz2 |
cmd_mmc: fix bootpart-resize maxarg to 4
sub-command 'bootpart-resize' check for argc == 4,
it will retrun CMD_RET_FAILURE when argc value not matched.
but bootpart-resize's maxarg is 3, which means you never execute
this sub-command successfully.
fix it by change bootpart-resize maxarg to 4.
Signed-off-by: wally.yeh <wally.yeh@atrustcorp.com>
Cc: Wolfgang Denk <wd@denx.de>
Cc: Pierre Aubert <p.aubert@staubli.com>
Acked-by: Pantelis Antoniou <panto@antoniou-consulting.com>
Diffstat (limited to 'net')
0 files changed, 0 insertions, 0 deletions