replace last __bss_end__ occurrences with __bss_end
[oweals/u-boot.git] / board / mpl / pip405 / cmd_pip405.c
index ad5e0a1e18991df0b44028f8747d204b5a637a31..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;
@@ -63,7 +63,7 @@ U_BOOT_CMD(
        "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"
 );
 
 /* ------------------------------------------------------------------------- */