]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/mpl/pip405/cmd_pip405.c
board/mpl/common: remove the old legacy flash
[karo-tx-uboot.git] / board / mpl / pip405 / cmd_pip405.c
index 945e5c95845b09aec7368a58522b7610193bd5d0..554c8d1d72193dbe623f07683605a07a31b98068 100644 (file)
 
 
 extern void print_pip405_info(void);
-extern int do_mplcommon(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[]);
+extern int do_mplcommon(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]);
 
 
 /* ------------------------------------------------------------------------- */
 
-int do_pip405(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
+int do_pip405(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
 {
 
        ulong led_on,led_nr;
@@ -60,10 +60,10 @@ int do_pip405(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
 }
 U_BOOT_CMD(
        pip405, 6,      1,      do_pip405,
-       "pip405  - PIP405 specific Cmds\n",
+       "PIP405 specific Cmds",
        "flash mem [SrcAddr] - updates U-Boot with image in memory\n"
        "pip405 flash floppy [SrcAddr] - updates U-Boot with image from floppy\n"
-       "pip405 flash mps - updates U-Boot with image from MPS\n"
+       "pip405 flash mps - updates U-Boot with image from MPS"
 );
 
 /* ------------------------------------------------------------------------- */