]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/powerpc/cpu/mpc83xx/cpu.c
Make sure that argv[] argument pointers are not modified.
[karo-tx-uboot.git] / arch / powerpc / cpu / mpc83xx / cpu.c
index d3be909761a25929d24ff93004fa7cfd48cf49fb..b664c641a1697672e3e63c9f83cecf338901be21 100644 (file)
@@ -192,7 +192,7 @@ void upmconfig (uint upm, uint *table, uint size)
 
 
 int
-do_reset (cmd_tbl_t * cmdtp, int flag, int argc, char *argv[])
+do_reset (cmd_tbl_t * cmdtp, int flag, int argc, char * const argv[])
 {
        ulong msr;
 #ifndef MPC83xx_RESET