commit | d49c4aaf89c114c19e5f13429829bbf9cce117a5 | [log] [tgz] |
---|---|---|
author | Wally Yeh <wally.yeh@atrustcorp.com> | Thu Sep 25 23:00:16 2014 +0800 |
committer | Pantelis Antoniou <panto@antoniou-consulting.com> | Fri Oct 03 17:26:50 2014 +0300 |
tree | 3c2c5445589c270bba6fe12192baf2dc2ef47373 | |
parent | 968f6c002cb06437690ea18e0914bde35de57b59 [diff] |
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>