]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - api/api.c
Make sure that argv[] argument pointers are not modified.
[karo-tx-uboot.git] / api / api.c
index 385a7e3cdc507ea302d4607a8ea75a35c552e07b..190ee6ad6cca9b4bc562d07375122eb694e4a6c0 100644 (file)
--- a/api/api.c
+++ b/api/api.c
@@ -37,7 +37,7 @@
 #undef DEBUG
 
 /* U-Boot routines needed */
-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[]);
 
 /*****************************************************************************
  *