summaryrefslogtreecommitdiffstats
path: root/board/freescale/m5253demo
diff options
context:
space:
mode:
authorRemy Bohmer <linux@bohmer.net>2009-05-02 21:49:18 +0200
committerBen Warren <biggerbadderben@gmail.com>2009-06-15 00:13:55 -0700
commit60f61e6d7655400bb785a2ef637581679941f6d1 (patch)
tree9ef42885ec5b620b6f2cde24a0f561856e6bf67e /board/freescale/m5253demo
parent9131589ada4dda0718604d0a425ca46e52775f6e (diff)
downloadblackbird-obmc-uboot-60f61e6d7655400bb785a2ef637581679941f6d1.tar.gz
blackbird-obmc-uboot-60f61e6d7655400bb785a2ef637581679941f6d1.zip
Convert DM9000 driver for CONFIG_NET_MULTI
All drivers need to be converted to CONFIG_NET_MULTI. This patch converts the dm9000 driver. Signed-off-by: Thomas Smits <ts.smits@gmail.com> Signed-off-by: Remy Bohmer <linux@bohmer.net> Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
Diffstat (limited to 'board/freescale/m5253demo')
-rw-r--r--board/freescale/m5253demo/m5253demo.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/board/freescale/m5253demo/m5253demo.c b/board/freescale/m5253demo/m5253demo.c
index b39cd4d7a5..4772074d81 100644
--- a/board/freescale/m5253demo/m5253demo.c
+++ b/board/freescale/m5253demo/m5253demo.c
@@ -26,6 +26,7 @@
#include <common.h>
#include <asm/immap.h>
+#include <netdev.h>
int checkboard(void)
{
@@ -138,3 +139,11 @@ void ide_set_reset(int idereset)
}
}
#endif /* CONFIG_CMD_IDE */
+
+
+#ifdef CONFIG_DRIVER_DM9000
+int board_eth_init(bd_t *bis)
+{
+ return dm9000_initialize(bis);
+}
+#endif
OpenPOWER on IntegriCloud