]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/powerpc/cpu/mpc85xx/cpu_init.c
powerpc/85xx: Add support for FMan ethernet in Independent mode
[karo-tx-uboot.git] / arch / powerpc / cpu / mpc85xx / cpu_init.c
index 6aca166a98ea0a50f9e09628b0101e1a7d269783..27f836c3d2e310cfcdaff11a27fddda0bb629f6f 100644 (file)
@@ -31,6 +31,7 @@
 #include <asm/processor.h>
 #include <ioports.h>
 #include <sata.h>
+#include <fm_eth.h>
 #include <asm/io.h>
 #include <asm/cache.h>
 #include <asm/mmu.h>
@@ -472,6 +473,10 @@ skip_l2:
        }
 #endif
 
+#ifdef CONFIG_FMAN_ENET
+       fman_enet_init();
+#endif
+
        return 0;
 }