]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - cpu/mpc512x/cpu.c
fdt: rework fdt_fixup_ethernet() to use env instead of bd_t
[karo-tx-uboot.git] / cpu / mpc512x / cpu.c
index 703e1889c3b3152dcf88ca3cb045915d77521e7c..1f39ac4c173f06338c469c486e2919435e6f4b80 100644 (file)
@@ -191,7 +191,7 @@ void ft_cpu_setup(void *blob, bd_t *bd)
 #endif
        ft_clock_setup(blob, bd);
 #ifdef CONFIG_HAS_ETH0
-       fdt_fixup_ethernet(blob, bd);
+       fdt_fixup_ethernet(blob);
 #endif
 }
 #endif