diff options
Diffstat (limited to 'common')
| -rw-r--r-- | common/cmd_nand.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/common/cmd_nand.c b/common/cmd_nand.c index bae630dfb..0fd3a6c41 100644 --- a/common/cmd_nand.c +++ b/common/cmd_nand.c @@ -191,7 +191,7 @@ static int arg_off_size(int argc, char *const argv[], int *idx,  			loff_t *off, loff_t *size)  {  	int ret; -	loff_t maxsize; +	loff_t maxsize = 0;  	if (argc == 0) {  		*off = 0; |