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 6927b70..379d667 100644
--- a/mmc.c
+++ b/mmc.c
@@ -65,6 +65,11 @@ static struct Command commands[] = {
"Set the eMMC writeprotect status of <device>.",
NULL
},
+ { do_disable_512B_emulation, -1,
+ "disable 512B emulation", "<device>\n"
+ "Set the eMMC data sector size to 4KB by disabling emulation on <device>.",
+ NULL
+ },
{ do_write_boot_en, -3,
"bootpart enable", "<boot_partition> " "<send_ack> " "<device>\n"
"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.",