diff options
Diffstat (limited to 'common/cmd_ubi.c')
| -rw-r--r-- | common/cmd_ubi.c | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/common/cmd_ubi.c b/common/cmd_ubi.c index 77ca0a5f2..7692ac771 100644 --- a/common/cmd_ubi.c +++ b/common/cmd_ubi.c @@ -598,7 +598,8 @@ static int do_ubi(cmd_tbl_t * cmdtp, int flag, int argc, char * const argv[])  	return -1;  } -U_BOOT_CMD(ubi, 6, 1, do_ubi, +U_BOOT_CMD( +	ubi, 6, 1, do_ubi,  	"ubi commands",  	"part [part] [offset]\n"  		" - Show or set current partition (with optional VID" |