]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/esd/dasa_sim/cmd_dasa_sim.c
Make sure that argv[] argument pointers are not modified.
[karo-tx-uboot.git] / board / esd / dasa_sim / cmd_dasa_sim.c
index 675e5071d7364dada90e1e7c469398a0836ecb7b..aa7437695ebdc9a3f9198b22abee217c66b50c1f 100644 (file)
@@ -204,7 +204,7 @@ static void clearPci9054 (void)
 
 /* ------------------------------------------------------------------------- */
 int do_pci9054 (cmd_tbl_t * cmdtp, int flag, int argc,
-                               char *argv[])
+                               char * const argv[])
 {
        if (strcmp (argv[1], "info") == 0) {
                showPci9054 ();