]> Git Repo - J-u-boot.git/blobdiff - board/mpl/mip405/cmd_mip405.c
* Patches by Denis Peter, 9 Sep 2003:
[J-u-boot.git] / board / mpl / mip405 / cmd_mip405.c
index 0f28fa2bf695f3278a38ab57176f57bb1394c39e..6fbc5859c05d582ead86601665d7b449ecfeafd1 100644 (file)
@@ -54,10 +54,13 @@ int do_mip405(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
        return (do_mplcommon(cmdtp, flag, argc, argv));
 }
 U_BOOT_CMD(
-       mip405, 6,      1,      do_mip405,
+       mip405, 8,      1,      do_mip405,
        "mip405  - MIP405 specific Cmds\n",
        "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"
 );
 
 /* ------------------------------------------------------------------------- */
This page took 0.027523 seconds and 4 git commands to generate.