summaryrefslogtreecommitdiffstats
path: root/board/bc3450
diff options
context:
space:
mode:
authorBen Warren <biggerbadderben@gmail.com>2008-08-31 10:03:22 -0700
committerBen Warren <biggerbadderben@gmail.com>2008-09-02 21:18:16 -0700
commit19403633dd70333893c2da7926a1d0dcd6dab7d8 (patch)
treed3221ae7aec8fde6b0f94d99bb42a7afdbd9a139 /board/bc3450
parentccdd12f83ef93719fbe85f642aa4dc648b9498f0 (diff)
downloadblackbird-obmc-uboot-19403633dd70333893c2da7926a1d0dcd6dab7d8.tar.gz
blackbird-obmc-uboot-19403633dd70333893c2da7926a1d0dcd6dab7d8.zip
Moved initialization of NS8382X Ethernet controller to board_eth_init()
Affected boards: bc3450 cpci5200 mecp5200 pf2000 icecube o2dnt pm520 sandpoint8245 total5200 tqm5200 Removed initialization of the driver from net/eth.c Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
Diffstat (limited to 'board/bc3450')
-rw-r--r--board/bc3450/bc3450.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/board/bc3450/bc3450.c b/board/bc3450/bc3450.c
index a728dc64d7..e27c23416f 100644
--- a/board/bc3450/bc3450.c
+++ b/board/bc3450/bc3450.c
@@ -33,6 +33,7 @@
#include <common.h>
#include <mpc5xxx.h>
#include <pci.h>
+#include <netdev.h>
#ifdef CONFIG_VIDEO_SM501
#include <sm501.h>
@@ -669,3 +670,8 @@ int board_get_height (void)
}
#endif /* CONFIG_VIDEO_SM501 */
+
+int board_eth_init(bd_t *bis)
+{
+ return pci_eth_init(bis);
+}
OpenPOWER on IntegriCloud