]> git.sur5r.net Git - u-boot/blobdiff - cpu/mpc85xx/cpu_init.c
mpc83xx: Store and display Arbiter Event Register values
[u-boot] / cpu / mpc85xx / cpu_init.c
index 4feb7519aa191a6625a1c14d96dd31381ba22eb7..783c5bae7736315b948993ae7404e733fdb3cf1a 100644 (file)
 
 DECLARE_GLOBAL_DATA_PTR;
 
+#ifdef CONFIG_MPC8536
+extern void fsl_serdes_init(void);
+#endif
+
 #ifdef CONFIG_QE
 extern qe_iop_conf_t qe_iop_conf_tab[];
 extern void qe_config_iopin(u8 port, u8 pin, int dir,
@@ -240,6 +244,9 @@ void cpu_init_f (void)
        /* Config QE ioports */
        config_qe_ioports();
 #endif
+#if defined(CONFIG_MPC8536)
+       fsl_serdes_init();
+#endif
 
 }