Re: [U-Boot] [PATCH] cmd_mmc: fix bootpart-resize maxarg to 4

2014-10-03 Thread Pantelis Antoniou
Hi Wally, On Sep 25, 2014, at 3:35 AM, Wally Yeh wally@atrustcorp.com wrote: 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.

[U-Boot] [PATCH] cmd_mmc: fix bootpart-resize maxarg to 4

2014-09-25 Thread Wally Yeh
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

[U-Boot] [PATCH] cmd_mmc: fix bootpart-resize maxarg to 4

2014-09-25 Thread Wally Yeh
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

Re: [U-Boot] [PATCH] cmd_mmc: fix bootpart-resize maxarg to 4

2014-09-25 Thread DEATHX
sorry for send this patch two times, It shows being held until the list moderator can review it for approval. I think maybe I didn't register the correct mail address and sent it again. but it still show wait for moderator review. At last I register my private mail address to this list and found