From: stroese Date: Thu, 16 Dec 2004 17:49:38 +0000 (+0000) Subject: CPCI750 board support added X-Git-Tag: LABEL_2006_03_12_0025~435 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=946c2185dd4fbfe82f342ed035fd1f24f363c5de;p=pandora-u-boot.git CPCI750 board support added --- diff --git a/net/eth.c b/net/eth.c index f59a356d266..52e7a96e74a 100644 --- a/net/eth.c +++ b/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