]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/mips/lib/bootm_qemu_mips.c
Make sure that argv[] argument pointers are not modified.
[karo-tx-uboot.git] / arch / mips / lib / bootm_qemu_mips.c
index cc70fa93f3eae597f077cce7469c107a8b6dd138..f1906c6775bcb9455a73abd374f047b101307dc1 100644 (file)
@@ -29,7 +29,7 @@
 
 DECLARE_GLOBAL_DATA_PTR;
 
-int do_bootm_linux(int flag, int argc, char *argv[], bootm_headers_t *images)
+int do_bootm_linux(int flag, int argc, char * const argv[], bootm_headers_t *images)
 {
        void    (*theKernel) (int, char **, char **, int *);
        char    *bootargs = getenv ("bootargs");