Skip to content
Snippets Groups Projects
Commit fa7b8851 authored by Wally Yeh's avatar Wally Yeh Committed by Pantelis Antoniou
Browse files

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: default avatarwally.yeh <wally.yeh@atrustcorp.com>
Cc: Wolfgang Denk <wd@denx.de>
Cc: Pierre Aubert <p.aubert@staubli.com>
Acked-by: default avatarPantelis Antoniou <panto@antoniou-consulting.com>
parent 786a27b7
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