powerpc/mpc85xx: software workaround for DDR erratum A-004468
[pandora-u-boot.git] / arch / powerpc / cpu / mpc85xx / fdt.c
index d54527a..8221481 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;