Merge branch 'arm/master' into arm/next
[oweals/u-boot.git] / board / mpl / mip405 / cmd_mip405.c
index 6ad95b5dda53e66f248956e09cff312c7eef5ce6..cd93a7ca0b08d800fbdf37ecf172233aadebc242 100644 (file)
@@ -55,12 +55,12 @@ int do_mip405(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
 }
 U_BOOT_CMD(
        mip405, 8,      1,      do_mip405,
-       "mip405  - MIP405 specific Cmds\n",
+       "MIP405 specific Cmds",
        "flash mem [SrcAddr] - updates U-Boot with image in memory\n"
        "mip405 flash mps - updates U-Boot with image from MPS\n"
        "mip405 info      - displays board information\n"
        "mip405 led <on>  - switches LED on (on=1) or off (on=0)\n"
-       "mip405 mem [cnt] - Memory Test <cnt>-times, <cnt> = -1 loop forever\n"
+       "mip405 mem [cnt] - Memory Test <cnt>-times, <cnt> = -1 loop forever"
 );
 
 /* ------------------------------------------------------------------------- */