diff options
Diffstat (limited to 'ubi-utils')
| -rw-r--r-- | ubi-utils/mtdinfo.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/ubi-utils/mtdinfo.c b/ubi-utils/mtdinfo.c index a9dc675..5ac95aa 100644 --- a/ubi-utils/mtdinfo.c +++ b/ubi-utils/mtdinfo.c @@ -315,7 +315,7 @@ static int print_dev_info(libmtd_t libmtd, const struct mtd_info *mtd_info, int  		printf("Sub-page size:                  %d %s\n",  		       mtd.subpage_size,  		       mtd.subpage_size > 1 ? "bytes" : "byte"); -	else if (mtd.type == MTD_NANDFLASH) +	else if (mtd.type == MTD_NANDFLASH || mtd.type == MTD_MLCNANDFLASH)  		printf("Sub-page size:                  unknown\n");  	if (mtd.oob_size > 0) | 
