From b7e2599c67408c38e57e91d2426c077a4541dc8c Mon Sep 17 00:00:00 2001 From: Saugata Das Date: Thu, 17 May 2012 09:26:34 -0400 Subject: Add support for disabling 512B emulation In this patch, we add a utility to disable emulation mode in eMMC-4.5. This is done to increase the data sector size to 4KB. Signed-off-by: Saugata Das Reviewed-by: Subhash Jadavani Reviewed-by: Namjae Jeon Reviewed-by: Subhash Jadavani Signed-off-by: Chris Ball --- mmc_cmds.h | 1 + 1 file changed, 1 insertion(+) (limited to 'mmc_cmds.h') diff --git a/mmc_cmds.h b/mmc_cmds.h index 264409a..2eb1df5 100644 --- a/mmc_cmds.h +++ b/mmc_cmds.h @@ -19,4 +19,5 @@ int do_read_extcsd(int nargs, char **argv); int do_write_extcsd(int nargs, char **argv); int do_writeprotect_get(int nargs, char **argv); int do_writeprotect_set(int nargs, char **argv); +int do_disable_512B_emulation(int nargs, char **argv); int do_write_boot_en(int nargs, char **argv); -- cgit v1.2.3