summaryrefslogtreecommitdiff
path: root/mtd_debug.c
diff options
context:
space:
mode:
Diffstat (limited to 'mtd_debug.c')
-rw-r--r--mtd_debug.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/mtd_debug.c b/mtd_debug.c
index 2a24177..6ef7e31 100644
--- a/mtd_debug.c
+++ b/mtd_debug.c
@@ -296,9 +296,8 @@ int showinfo (int fd)
int value;
} flags[] =
{
- { "MTD_CLEAR_BITS", MTD_CLEAR_BITS },
- { "MTD_SET_BITS", MTD_SET_BITS },
- { "MTD_ECC", MTD_ECC },
+ { "MTD_WRITEABLE", MTD_WRITEABLE },
+ { "MTD_BIT_WRITEABLE", MTD_BIT_WRITEABLE },
{ NULL, -1 }
};
for (i = 0; flags[i].name != NULL; i++)