Explorar o código

CPCI750 board support added

stroese %!s(int64=20) %!d(string=hai) anos
pai
achega
946c2185dd
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      net/eth.c

+ 3 - 0
net/eth.c

@@ -120,6 +120,9 @@ int eth_initialize(bd_t *bis)
 #ifdef CONFIG_DB64360
 	mv6436x_eth_initialize(bis);
 #endif
+#ifdef CONFIG_CPCI750
+	mv6436x_eth_initialize(bis);
+#endif
 #ifdef CONFIG_DB64460
 	mv6446x_eth_initialize(bis);
 #endif