]> git.sur5r.net Git - u-boot/blobdiff - drivers/net/fm/init.c
powerpc/mpc85xx: Add T4160 SoC
[u-boot] / drivers / net / fm / init.c
index ae389b88422f2e88b6817355cd3758676928ba60..d12ec9b5e95044c21715f81ddef7634eefcf03cc 100644 (file)
@@ -74,9 +74,15 @@ struct fm_eth_info fm_info[] = {
 #if (CONFIG_SYS_NUM_FM1_10GEC >= 1)
        FM_TGEC_INFO_INITIALIZER(1, 1),
 #endif
+#if (CONFIG_SYS_NUM_FM1_10GEC >= 2)
+       FM_TGEC_INFO_INITIALIZER(1, 2),
+#endif
 #if (CONFIG_SYS_NUM_FM2_10GEC >= 1)
        FM_TGEC_INFO_INITIALIZER(2, 1),
 #endif
+#if (CONFIG_SYS_NUM_FM2_10GEC >= 2)
+       FM_TGEC_INFO_INITIALIZER(2, 2),
+#endif
 };
 
 int fm_standard_init(bd_t *bis)