]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/esd/common/auto_update.c
Make sure that argv[] argument pointers are not modified.
[karo-tx-uboot.git] / board / esd / common / auto_update.c
index c4a49e2f1828cf224914e0536806ba68dd1d1913..4dfea71966b9ed62fdd9a670e00509f378bc14ba 100644 (file)
@@ -492,7 +492,7 @@ int do_auto_update(void)
        return 0;
 }
 
-int auto_update(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
+int auto_update(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
 {
        do_auto_update();