commit | 583ca92a76ed3321566aa06c3fdcdb5cf2fd602c | [log] [tgz] |
---|---|---|
author | stroese <stroese> | Thu Dec 16 17:49:38 2004 +0000 |
committer | stroese <stroese> | Thu Dec 16 17:49:38 2004 +0000 |
tree | 5a9eabf883c944cece34aa7b895cebc113203840 | |
parent | ac41a01dd0e36c99e564e30db9f628184e7d7209 [diff] |
CPCI750 board support added
diff --git a/net/eth.c b/net/eth.c index f59a356..52e7a96 100644 --- a/net/eth.c +++ b/net/eth.c
@@ -120,6 +120,9 @@ #ifdef CONFIG_DB64360 mv6436x_eth_initialize(bis); #endif +#ifdef CONFIG_CPCI750 + mv6436x_eth_initialize(bis); +#endif #ifdef CONFIG_DB64460 mv6446x_eth_initialize(bis); #endif