]> git.sur5r.net Git - u-boot/blobdiff - cpu/mpc86xx/fdt.c
Blackfin: don't bother displaying reboot msg when crashing
[u-boot] / cpu / mpc86xx / fdt.c
index 80a5c78a79436c2c98721b9666b21008a82fbcfc..1fef94f5db54190b4783a82a61e3644c52fbefbb 100644 (file)
@@ -25,11 +25,11 @@ void ft_cpu_setup(void *blob, bd_t *bd)
 
 #if defined(CONFIG_HAS_ETH0) || defined(CONFIG_HAS_ETH1) \
     || defined(CONFIG_HAS_ETH2) || defined(CONFIG_HAS_ETH3)
-       fdt_fixup_ethernet(blob, bd);
+       fdt_fixup_ethernet(blob);
 #endif
 
-#ifdef CFG_NS16550
+#ifdef CONFIG_SYS_NS16550
        do_fixup_by_compat_u32(blob, "ns16550",
-                              "clock-frequency", CFG_NS16550_CLK, 1);
+                              "clock-frequency", CONFIG_SYS_NS16550_CLK, 1);
 #endif
 }