diff options
Diffstat (limited to 'common/cmd_ext4.c')
| -rw-r--r-- | common/cmd_ext4.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/common/cmd_ext4.c b/common/cmd_ext4.c index 48f9ba314..ca4656184 100644 --- a/common/cmd_ext4.c +++ b/common/cmd_ext4.c @@ -87,7 +87,7 @@ int do_ext4_write(cmd_tbl_t *cmdtp, int flag, int argc,  	if (argc < 6)  		return cmd_usage(cmdtp); -	part = get_device_and_partition(argv[1], argv[2], &dev_desc, &info); +	part = get_device_and_partition(argv[1], argv[2], &dev_desc, &info, 1);  	if (part < 0)  		return 1; |