]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/barco/barco.c
Make sure that argv[] argument pointers are not modified.
[karo-tx-uboot.git] / board / barco / barco.c
index c5fe8c470849c8d47166e4abaf403fbbedd45b04..b8d968b91537033d40477e30eaaf3f74b3ec401c 100644 (file)
@@ -288,7 +288,7 @@ void barcobcd_boot (void)
        do_bootm (NULL,0,2,bootm_args);
 }
 
-int barcobcd_boot_image (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
+int barcobcd_boot_image (cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
 {
 #if 0
        if (argc > 1) {