]> Git Repo - J-u-boot.git/blobdiff - common/cmd_mmc.c
Command usage cleanup
[J-u-boot.git] / common / cmd_mmc.c
index 069c6d02a066ab5a6a010cd0c3df883cd8b1bfe4..473825edd840e345b39a594b2a33a210fd5d1906 100644 (file)
@@ -23,9 +23,6 @@
 
 #include <common.h>
 #include <command.h>
-
-#if defined(CONFIG_CMD_MMC)
-
 #include <mmc.h>
 
 int do_mmc (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
@@ -39,8 +36,6 @@ int do_mmc (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
 
 U_BOOT_CMD(
        mmcinit,        1,      0,      do_mmc,
-       "mmcinit - init mmc card\n",
+       "init mmc card",
        NULL
 );
-
-#endif
This page took 0.025873 seconds and 4 git commands to generate.