summaryrefslogtreecommitdiff
path: root/mmc.c
diff options
context:
space:
mode:
Diffstat (limited to 'mmc.c')
-rw-r--r--mmc.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/mmc.c b/mmc.c
index a2de863..a757c8f 100644
--- a/mmc.c
+++ b/mmc.c
@@ -90,6 +90,11 @@ static struct Command commands[] = {
"Permanently disable the eMMC H/W Reset feature on <device>.\nNOTE! This is a one-time programmable (unreversible) change.",
NULL
},
+ { do_sanitize, -1,
+ "sanitize", "<device>\n"
+ "Send Sanitize command to the <device>.\nThis will delete the unmapped memory region of the device.",
+ NULL
+ },
{ 0, 0, 0, 0 }
};