]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/esd/du405/du405.c
Make sure that argv[] argument pointers are not modified.
[karo-tx-uboot.git] / board / esd / du405 / du405.c
index f475d11072d25841bdfff769377ea58f1d275060..aa7ee92a5f13536300b04118ae6cd6a6583ad6ab 100644 (file)
@@ -32,7 +32,7 @@ DECLARE_GLOBAL_DATA_PTR;
 
 /*cmd_boot.c*/
 
-extern int do_reset (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[]);
+extern int do_reset (cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]);
 extern void lxt971_no_sleep(void);