]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/powerpc/cpu/mpc85xx/mp.c
Make sure that argv[] argument pointers are not modified.
[karo-tx-uboot.git] / arch / powerpc / cpu / mpc85xx / mp.c
index 826bf32d4d53567491fe75ff7837a30116c3699c..ddbc2211c3b8e1d37340367ffc0abb84fc316fd3 100644 (file)
@@ -105,7 +105,7 @@ static u8 boot_entry_map[4] = {
        BOOT_ENTRY_R6_LOWER,
 };
 
-int cpu_release(int nr, int argc, char *argv[])
+int cpu_release(int nr, int argc, char * const argv[])
 {
        u32 i, val, *table = (u32 *)get_spin_virt_addr() + nr * NUM_BOOT_ENTRY;
        u64 boot_addr;