]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/mips/cpu/cpu.c
Make sure that argv[] argument pointers are not modified.
[karo-tx-uboot.git] / arch / mips / cpu / cpu.c
index d5a16047de9500fd6c62815dd3a437d68f3ce636..3ae397c8eff4160f6d37102016fbf7e634b591b1 100644 (file)
@@ -42,7 +42,7 @@ void __attribute__((weak)) _machine_restart(void)
 {
 }
 
-int do_reset(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
+int do_reset(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
 {
        _machine_restart();