]> git.sur5r.net Git - u-boot/blobdiff - arch/mips/lib/bootm_qemu_mips.c
Merge branch 'master' of git://git.denx.de/u-boot-arm
[u-boot] / 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");