]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/powerpc/cpu/mpc512x/speed.c
Make sure that argv[] argument pointers are not modified.
[karo-tx-uboot.git] / arch / powerpc / cpu / mpc512x / speed.c
index ce8d0949b2f4585a6637c7d429e972339ec106b5..9d749f22e4d6abc6d471e0f6cddac4ed483045a9 100644 (file)
@@ -131,7 +131,7 @@ ulong get_bus_freq (ulong dummy)
        return gd->csb_clk;
 }
 
-int do_clocks (cmd_tbl_t * cmdtp, int flag, int argc, char *argv[])
+int do_clocks (cmd_tbl_t * cmdtp, int flag, int argc, char * const argv[])
 {
        char buf[32];