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 379d667..986bf1b 100644
--- a/mmc.c
+++ b/mmc.c
@@ -75,6 +75,11 @@ static struct Command commands[] = {
"Enable the boot partition for the <device>.\nTo receive acknowledgment of boot from the card set <send_ack>\nto 1, else set it to 0.",
NULL
},
+ { do_write_bkops_en, -1,
+ "bkops enable", "<device>\n"
+ "Enable the eMMC BKOPS feature on <device>.\nNOTE! This is a one-time programmable (unreversible) change.",
+ NULL
+ },
{ 0, 0, 0, 0 }
};