]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - common/cmd_mmc.c
env: fix endian ordering in crc table
[karo-tx-uboot.git] / common / cmd_mmc.c
index 0e3393b5f44b9d5c7f4b4869658101e1574cd646..c67c9cf728f5815ac2024d500e03ade756497737 100644 (file)
@@ -136,7 +136,7 @@ int do_mmcinfo (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
 }
 
 U_BOOT_CMD(mmcinfo, 2, 0, do_mmcinfo,
-       "mmcinfo <dev num>-- display MMC info\n",
+       "mmcinfo <dev num>-- display MMC info",
        ""
 );