aboutsummaryrefslogtreecommitdiff
path: root/mtd_debug.c
diff options
context:
space:
mode:
Diffstat (limited to 'mtd_debug.c')
-rw-r--r--mtd_debug.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/mtd_debug.c b/mtd_debug.c
index 9110e9b..d6993ce 100644
--- a/mtd_debug.c
+++ b/mtd_debug.c
@@ -260,6 +260,9 @@ int showinfo(int fd)
case MTD_NANDFLASH:
printf("MTD_NANDFLASH");
break;
+ case MTD_MLCNANDFLASH:
+ printf("MTD_MLCNANDFLASH");
+ break;
case MTD_DATAFLASH:
printf("MTD_DATAFLASH");
break;