public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [U-BOOT][Patch]  DM9000 init for pm9261
@ 2009-09-05  0:51 Ilko Iliev
  0 siblings, 0 replies; only message in thread
From: Ilko Iliev @ 2009-09-05  0:51 UTC (permalink / raw)
  To: u-boot

diff --git a/board/ronetix/pm9261/pm9261.c b/board/ronetix/pm9261/pm9261.c
index 4694854..6915b9b 100644
--- a/board/ronetix/pm9261/pm9261.c
+++ b/board/ronetix/pm9261/pm9261.c
@@ -250,6 +250,13 @@ int board_init(void)
  	return 0;
  }

+#ifdef CONFIG_DRIVER_DM9000
+int board_eth_init(bd_t *bis)
+{
+	return dm9000_initialize(bis);
+}
+#endif
+
  int dram_init(void)
  {
  	gd->bd->bi_dram[0].start = PHYS_SDRAM;

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2009-09-05  0:51 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-05  0:51 [U-Boot] [U-BOOT][Patch] DM9000 init for pm9261 Ilko Iliev

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox