]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - common/cmd_itest.c
Make sure that argv[] argument pointers are not modified.
[karo-tx-uboot.git] / common / cmd_itest.c
index 58c5e7b3b56d4a83d5757998520870c8efebf762..e88d6e097c698e5ed75a74c78815e0fca2286c49 100644 (file)
@@ -160,7 +160,7 @@ int binary_test (char *op, char *arg1, char *arg2, int w)
 }
 
 /* command line interface to the shell test */
-int do_itest ( cmd_tbl_t *cmdtp, int flag, int argc, char *argv[] )
+int do_itest ( cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[] )
 {
        int     value, w;