]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - arch/powerpc/cpu/mpc512x/cpu.c
Make sure that argv[] argument pointers are not modified.
[people/ms/u-boot.git] / arch / powerpc / cpu / mpc512x / cpu.c
index 09cbd2024db3b040a06012981d4a915a29c96181..a1a3bd4adf156ae0f125284aef658109f6b82a8a 100644 (file)
@@ -75,7 +75,7 @@ int checkcpu (void)
 
 
 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;
        volatile immap_t *immap = (immap_t *) CONFIG_SYS_IMMR;