]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - arch/powerpc/cpu/mpc85xx/fdt.c
powerpc/mpc85xx: software workaround for DDR erratum A-004468
[karo-tx-uboot.git] / arch / powerpc / cpu / mpc85xx / fdt.c
index d54527aa475b06637ccbfaee592d865e3c908820..8221481359d98c09c0407fbf815a820070db9560 100644 (file)
@@ -48,7 +48,7 @@ void ft_fixup_cpu(void *blob, u64 memory_limit)
 {
        int off;
        ulong spin_tbl_addr = get_spin_phys_addr();
-       u32 bootpg = determine_mp_bootpg();
+       u32 bootpg = determine_mp_bootpg(NULL);
        u32 id = get_my_id();
        const char *enable_method;